Allocator options.
More...
#include <vector.h>
|
size_t | size |
| Size of the allocator data.
|
|
void * | data |
| User defined allocator structure.
|
|
Allocator options.
Definition at line 34 of file vector.h.
◆ size
size_t alloc_opts_t::size |
Size of the allocator data.
Definition at line 36 of file vector.h.
◆ data
User defined allocator structure.
Will be copied into vector's memory region.
Definition at line 39 of file vector.h.