Nothing in this class ever constructs or destroys an actual Tp element. (Deque handles that itself.) Only/All memory management is performed here.
Definition at line 361 of file stl_deque.h.
void std::_Deque_base< _Tp, _Alloc >::_M_initialize_map | ( | size_t | __num_elements | ) | [inline, protected] |
Layout storage.
num_elements | The count of T's for which to allocate space at first. |
Definition at line 493 of file stl_deque.h.
References std::__deque_buf_size(), and __gnu_parallel::max().