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

◆ _S_key() [1/3]

template<typename _Key, typename _Val, typename _KeyOfValue, typename _Compare, typename _Alloc = allocator<_Val>>
const _Key & std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_S_key ( _Base_ptr __x)
inlinestaticprotected

Definition at line 1414 of file stl_tree.h.

1415 { return _S_key(static_cast<const _Node&>(*__x)); }
static const _Key & _S_key(const _Node &__node)
Definition stl_tree.h:1410
_Node_traits::_Node _Node
Definition stl_tree.h:1030