|
Vector 1.0.0
|
Vector options. More...
#include <vector.h>
Data Fields | |
| alloc_opts_t | alloc_opts |
| optional allocator | |
| size_t | ext_header_size |
| Size of the extention header. | |
| size_t | element_size |
| Size of the underling element type. | |
| size_t | initial_cap |
| Amount of elements that will be preallocated. | |
Vector options.
Parameters that are passed to a vector_create_ function, they provide all information needed for vector creation.
| alloc_opts_t vector_opts_t::alloc_opts |
| size_t vector_opts_t::ext_header_size |
| size_t vector_opts_t::element_size |