libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ key_comp()

template<typename _Key, typename _Val, typename _KeyOfValue, typename _Compare, typename _Alloc = allocator<_Val>>
_Compare std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::key_comp ( ) const
inline

Definition at line 1636 of file stl_tree.h.

1637 { return _M_impl._M_key_compare; }
_Rb_tree_impl< _Compare > _M_impl
Definition stl_tree.h:1349