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
)
inline
static
protected
Definition at line
1414
of file
stl_tree.h
.
1415
{
return
_S_key
(
static_cast<
const
_Node
&
>
(*
__x
)); }
std::_Rb_tree::_S_key
static const _Key & _S_key(const _Node &__node)
Definition
stl_tree.h:1410
std::_Rb_tree::_Node
_Node_traits::_Node _Node
Definition
stl_tree.h:1030
std::_Rb_tree
Definition
stl_tree.h:1021
std
_Rb_tree
Generated on
for libstdc++ by
1.16.1