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