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

◆ _M_insert_range_unique() [1/2]

template<typename _Key, typename _Val, typename _KeyOfValue, typename _Compare, typename _Alloc = allocator<_Val>>
template<typename _InputIterator>
__enable_if_t<!__same_value_type< _InputIterator >::value > std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_insert_range_unique ( _InputIterator __first,
_InputIterator __last )
inline

Definition at line 1751 of file stl_tree.h.

1753 {
1754 for (; __first != __last; ++__first)
const_iterator __last
Definition stl_tree.h:1887
pair< iterator, bool > _M_emplace_unique(_Args &&... __args)
Definition stl_tree.h:3223