CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
SegmentedVector.hpp File Reference
#include "CeresEngine/Foundation/Allocator.hpp"
#include "CeresEngine/Foundation/Hash.hpp"
#include <sfl/segmented_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::SegmentedVector = sfl::segmented_vector< T, N, StdAllocator< T, RawAllocator > >
 SegmentedVector is a sequence container similar to Vector but with the different storage model.