![]() |
LLGL 0.05 Beta
|
Container capacity grow strategy to increase the capacity to 150%. More...
#include <SmallVector.h>
Static Public Member Functions | |
| static std::size_t | Grow (std::size_t size) |
Returns the increased size by adding half of the input value, effectively returning 150% the input size. This is always greater than or equal to size. | |
Container capacity grow strategy to increase the capacity to 150%.
|
inlinestatic |
Returns the increased size by adding half of the input value, effectively returning 150% the input size. This is always greater than or equal to size.