LLGL 0.05 Beta
Loading...
Searching...
No Matches
SmallVector.h File Reference
#include <LLGL/Export.h>
#include <LLGL/Container/ArrayView.h>
#include <LLGL/Container/AlignedArray.h>
#include <LLGL/Tags.h>
#include <memory>
#include <cstddef>
#include <iterator>
#include <type_traits>
#include <algorithm>
#include <initializer_list>

Classes

struct  LLGL::GrowStrategyAddHalf
 Container capacity grow strategy to increase the capacity to 150%. More...
struct  LLGL::GrowStrategyDouble
 Container capacity grow strategy to increase the capacity to 200%. More...
struct  LLGL::GrowStrategyRoundUpPow2
 Container capacity grow strategy to increase the capacity to the next higher power of two. More...
class  LLGL::SmallVector< T, LocalCapacity, Allocator, GrowStrategy >
 Generic container class for consecutive arrays optimized for small sizes. More...

Namespaces

namespace  LLGL