CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
IndexedMultimap.hpp File Reference

Go to the source code of this file.

Classes

class  CeresEngine::BasicIndexedMultimap< Key, Value, Container >
 

Namespaces

namespace  CeresEngine
 

Typedefs

template<typename Key , typename Value , typename Compare = std::less<>, typename RawAllocator = DefaultAllocator>
using CeresEngine::IndexedMultimap = BasicIndexedMultimap< Key, Value, std::multimap< Key, Value, Compare, ScopedAllocatorAdaptor< StdAllocator< Pair< const Key, Value >, RawAllocator > > > >
 
template<typename Key , typename Value , size_t N, typename Compare = std::less<>, typename RawAllocator = DefaultAllocator>
using CeresEngine::SmallFlatIndexedMultimap = BasicIndexedMultimap< Key, Value, sfl::small_flat_multimap< Key, Value, N, Compare, StdAllocator< Pair< Key, Value >, RawAllocator > > >
 ///