Implementation of 1-D std::vector like structure. More...
Implementation of 1-D std::vector like structure.
Stub object look at the various implementations
| T | type of object the vector store |
| Memory | allocator to use |
| layout | layout to use |
| grow_p | grow policy for vector in case of reallocation |
Definition at line 202 of file map_vector.hpp.
#include <map_vector.hpp>
Private Member Functions | |
| size_t | size () |
| Stub size. | |
|
inlineprivate |