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

◆ _M_rightmost() [1/2]

template<typename _Key, typename _Val, typename _KeyOfValue, typename _Compare, typename _Alloc = allocator<_Val>>
_Base_ptr std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_rightmost ( ) const
inlineprotectednoexcept

Definition at line 1373 of file stl_tree.h.

1374 { return this->_M_impl._M_header._M_right; }
_Rb_tree_impl< _Compare > _M_impl
Definition stl_tree.h:1349