|
template<class _Key, class _Compare, class _Value, class _KeyOfValue, class _Traits, _STLP_DFL_TMPL_PARAM(_Alloc, allocator< _Value >) >
Definition at line 357 of file _tree.h. Referenced by _Rb_tree< key_type, key_compare, value_type, _STLP_SELECT1ST(value_type, String), _MapTraits, _Alloc >::_M_find(), _Rb_tree< key_type, key_compare, value_type, _STLP_SELECT1ST(value_type, String), _MapTraits, _Alloc >::_M_lower_bound(), _Rb_tree< key_type, key_compare, value_type, _STLP_SELECT1ST(value_type, String), _MapTraits, _Alloc >::_M_upper_bound(), and _Rb_tree< key_type, key_compare, value_type, _STLP_SELECT1ST(value_type, String), _MapTraits, _Alloc >::equal_range_unique(). { return _KeyOfValue()(_S_value(__x));}
|