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
.
1578
:
_M_impl
(
__comp
,
_Node_allocator
(
__a
)) { }
std::_Rb_tree::_M_impl
_Rb_tree_impl< _Compare > _M_impl
Definition
stl_tree.h:1349
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
Generated on
for libstdc++ by
1.16.1