libcstl
Loading...
Searching...
No Matches
cstl_vector Struct Reference

Vector object. More...

#include <vector.h>

Detailed Description

Vector object.

Callers declare or allocate an object of this type to instantiate a vector. Users are encouraged to declare (and initialize) this object with the DECLARE_CSTL_VECTOR() macro. Any other declaration or allocation must be initialized via cstl_vector_init().

Definition at line 30 of file vector.h.


The documentation for this struct was generated from the following file: