Namespaces
Variants
Actions

std::deque<T,Allocator>::insert_range

From cppreference.com
< cpp‎ | container‎ | deque
 
 
 
 
template< container-compatible-range<T> R >
iterator insert_range( const_iterator pos, R&& rg );
(since C++23)
(constexpr since C++26)

Inserts, in non-reversing order, copies of elements in rg before pos.

All iterators (including the