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

◆ _M_insert_aux() [2/3]

template<typename _Tp, typename _Alloc = std::allocator<_Tp>>
iterator std::deque< _Tp, _Alloc >::_M_insert_aux ( iterator __pos,
const value_type & __x )
inlineprotected

Definition at line 2196 of file stl_deque.h.

2197 { return _M_emplace_aux(__pos, __x); }
iterator _M_emplace_aux(iterator __pos, _Args &&... __args)
Definition deque.tcc:665
A standard container using fixed-size memory allocation and constant-time manipulation of elements at...
Definition stl_deque.h:792

Referenced by _M_fill_insert(), _M_range_insert_aux(), and insert().

Here is the caller graph for this function: