![]() |
LLGL 0.05 Beta
|
Namespaces | |
| namespace | LLGL |
Typedefs | |
| template<typename T, typename Allocator = std::allocator<T>, typename GrowStrategy = GrowStrategyAddHalf> | |
| using | LLGL::DynamicVector = SmallVector<T, 0, Allocator, GrowStrategy> |
Template alias to a SmallVector with zero local capacity. This is intended as alternative to std::vector in the public interface. | |