libstdc++
std::__profile::map< _Key, _Tp, _Compare, _Allocator > Class Template Reference

Inherits map< _Key, _Tp, _Compare, _Allocator >.

List of all members.

Public Types

Public Member Functions


Detailed Description

template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>, typename _Allocator = std::allocator<std::pair<const _Key, _Tp> >>
class std::__profile::map< _Key, _Tp, _Compare, _Allocator >

Class std::map wrapper with performance instrumentation.

Definition at line 41 of file profile/map.h.


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