TrueReality  v0.1.1912
trUtil::HashMultiMap< _Key, _Tp, _HashFcn, _LessKey, _Alloc > Class Template Reference

#include <HashMap.h>

Inheritance diagram for trUtil::HashMultiMap< _Key, _Tp, _HashFcn, _LessKey, _Alloc >:
Collaboration diagram for trUtil::HashMultiMap< _Key, _Tp, _HashFcn, _LessKey, _Alloc >:

Public Types

using BaseClass = std::multimap< _Key, _Tp, _LessKey, _Alloc >
 

Public Member Functions

 HashMultiMap ()
 

Detailed Description

template<class _Key, class _Tp, class _HashFcn = trUtil::hash<_Key>, class _LessKey = std::less<_Key>, class _Alloc = std::allocator<std::pair<const _Key, _Tp> >>
class trUtil::HashMultiMap< _Key, _Tp, _HashFcn, _LessKey, _Alloc >

Definition at line 100 of file HashMap.h.

Member Typedef Documentation

◆ BaseClass

template<class _Key , class _Tp , class _HashFcn = trUtil::hash<_Key>, class _LessKey = std::less<_Key>, class _Alloc = std::allocator<std::pair<const _Key, _Tp> >>
using trUtil::HashMultiMap< _Key, _Tp, _HashFcn, _LessKey, _Alloc >::BaseClass = std::multimap<_Key, _Tp, _LessKey, _Alloc>

Definition at line 115 of file HashMap.h.

Constructor & Destructor Documentation

◆ HashMultiMap()

template<class _Key , class _Tp , class _HashFcn = trUtil::hash<_Key>, class _LessKey = std::less<_Key>, class _Alloc = std::allocator<std::pair<const _Key, _Tp> >>
trUtil::HashMultiMap< _Key, _Tp, _HashFcn, _LessKey, _Alloc >::HashMultiMap ( )
inline

Definition at line 119 of file HashMap.h.


The documentation for this class was generated from the following file: