|
nodiscardconstexpr |
| __x | A container of arbitrary type. |
| __i | An iterator into the container. |
__x.This wrapper function helps in creating insert_iterator instances. Typing the name of the iterator requires knowing the precise full type of the container, which can be tedious and impedes generic programming. Using this function lets you take advantage of automatic template parameter deduction, making the compiler match the correct types for you.
Definition at line 999 of file bits/stl_iterator.h.
References inserter().
Referenced by std::deque< _Tp, _Alloc >::_M_range_insert_aux(), and inserter().

