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

◆ _Rb_tree() [2/10]

template<typename _Key, typename _Val, typename _KeyOfValue, typename _Compare, typename _Alloc = allocator<_Val>>
std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Rb_tree ( const _Compare & __comp,
const allocator_type & __a = allocator_type() )
inline

Definition at line 1576 of file stl_tree.h.

_Rb_tree_impl< _Compare > _M_impl
Definition stl_tree.h:1349
__gnu_cxx::__alloc_traits< _Alloc >::template rebind< _Node >::other _Node_allocator
Definition stl_tree.h:1033