libstdc++

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

Unordered_set wrapper with performance instrumentation. More...

Inherits _GLIBCXX_STD_BASE.

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: