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

◆ _Rb_tree_impl() [6/6]

template<typename _Key, typename _Val, typename _KeyOfValue, typename _Compare, typename _Alloc = allocator<_Val>>
template<typename _Key_compare, bool = __is_pod(_Key_compare)>
std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Rb_tree_impl< _Key_compare, bool >::_Rb_tree_impl ( const _Key_compare & __comp,
_Node_allocator && __a )
inline

Definition at line 1343 of file stl_tree.h.

1345 { }
__gnu_cxx::__alloc_traits< _Alloc >::template rebind< _Node >::other _Node_allocator
Definition stl_tree.h:1033
_Rb_tree_key_compare< _Key_compare > _Base_key_compare
Definition stl_tree.h:1308

References std::move().

Here is the call graph for this function: