libstdc++
std::__profile::unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > Class Template Reference

Inherits unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc >.

List of all members.

Public Types

Public Member Functions


Detailed Description

template<typename _Key, typename _Tp, typename _Hash = std::hash<_Key>, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator<_Key>>
class std::__profile::unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc >

Class std::unordered_map wrapper with performance instrumentation.

Definition at line 50 of file profile/unordered_map.


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