|
protected |
Fills the deque with whatever is in [first,last).
| __first | An input iterator. |
| __last | An input iterator. |
If the iterators are actually forward iterators (or better), then the memory layout can be done all at once. Else we move forward using push_back on each value from the iterator.
Definition at line 419 of file deque.tcc.
References deque(), __catch, __throw_exception_again, __try, _M_initialize_map(), clear(), emplace_back(), and push_back().
