map< _Key, _Tp,, >::value_compare Class Reference#include <_map.h>
Inheritance diagram for map< _Key, _Tp,, >::value_compare: ![]()
Detailed Descriptiontemplate<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >), _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp)>
|
|||||||||||||||||||||||||||||||||||||||
| map< _Key, _Tp,, >::value_compare::value_compare | ( | _Compare | __c | ) | [inline, protected] |
| bool map< _Key, _Tp,, >::value_compare::operator() | ( | const value_type & | __x, | |
| const value_type & | __y | |||
| ) | const [inline] |
Definition at line 68 of file _map.h.
References map< _Key, _Tp,, >::value_compare::comp, and pair< _T1, _T2 >::first.
friend class map< _Key, _Tp, _Compare, _Alloc > [friend] |
_Compare map< _Key, _Tp,, >::value_compare::comp [protected] |
Definition at line 65 of file _map.h.
Referenced by map< _Key, _Tp,, >::value_compare::operator()().
1.5.1