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

Inherits unordered_set< _Key, _Hash, _Pred, _Alloc >.

List of all members.

Public Types

Public Member Functions


Detailed Description

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

Unordered_set wrapper with performance instrumentation.

Definition at line 50 of file profile/unordered_set.


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