|
CeresEngine 0.2.0
A game development framework
|
#include "CeresEngine/Foundation/Allocator.hpp"#include "CeresEngine/Foundation/Hash.hpp"#include <sfl/small_vector.hpp>Go to the source code of this file.
Namespaces | |
| namespace | CeresEngine |
Typedefs | |
| template<typename T , std::size_t N, typename RawAllocator = DefaultAllocator> | |
| using | CeresEngine::SmallVector = sfl::small_vector< T, N, ScopedAllocatorAdaptor< StdAllocator< T, RawAllocator > > > |
SmallVector is a sequence container similar to Vector. | |