Grow policy define how the vector should grow every time we exceed the size. More...
#include <map_vector_grow_p.hpp>
Static Public Member Functions | |
| static size_t | grow (size_t original, size_t requested) |
| It say how much the vector must grow. More... | |
Grow policy define how the vector should grow every time we exceed the size.
In this case it increase of 4096 elements
Definition at line 75 of file map_vector_grow_p.hpp.
|
inlinestatic |
It say how much the vector must grow.
| original | size |
| requested | size |
Definition at line 87 of file map_vector_grow_p.hpp.