CMagic
0.5.0
Portable C library of utilities and data structures
|
Template implementation of a vector container. More...
Go to the source code of this file.
Classes | |
class | cmagic::vector< T > |
A sequence container representing array that can change in size. More... | |
Template implementation of a vector container.
This is a wrapper over C implementation from vector.h