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