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
.
1344
:
_Node_allocator
(
std::move
(
__a
)),
_Base_key_compare
(
__comp
)
1345
{ }
std::_Rb_tree::_Node_allocator
__gnu_cxx::__alloc_traits< _Alloc >::template rebind< _Node >::other _Node_allocator
Definition
stl_tree.h:1033
std::_Rb_tree
Definition
stl_tree.h:1021
std::_Rb_tree::_Rb_tree_impl::_Base_key_compare
_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:
std
_Rb_tree
_Rb_tree_impl
Generated on
for libstdc++ by
1.16.1