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

◆ _M_get_Node_allocator() [1/2]

template<typename _Key, typename _Val, typename _KeyOfValue, typename _Compare, typename _Alloc = allocator<_Val>>
const _Node_allocator & std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_get_Node_allocator ( ) const
inlinenoexcept

Definition at line 1158 of file stl_tree.h.

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