CMagic  0.5.0
Portable C library of utilities and data structures
Classes
vector.hpp File Reference

Template implementation of a vector container. More...

#include <cassert>
#include <type_traits>
#include <new>
#include "cmagic/vector.h"

Go to the source code of this file.

Classes

class  cmagic::vector< T >
 A sequence container representing array that can change in size. More...
 

Detailed Description

Template implementation of a vector container.

This is a wrapper over C implementation from vector.h