Loading...
Searching...
No Matches
Go to the source code of this file.
|
| 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 > > > |
| | ///
|
| |