Fills the deque with copies of value.
- Parameters
-
- Returns
- Nothing.
- Precondition
- _M_start and _M_finish have already been initialized, but none of the deque's elements have yet been constructed.
This function is called only when the user provides an explicit size (with or without an explicit exemplar value).
Definition at line 393 of file deque.tcc.
395 {
398 {
407 }
409 {
413 }
414 }
constexpr void _Destroy(_ForwardIterator __first, _ForwardIterator __last)
static size_t _S_buffer_size() noexcept
_Tp_alloc_type & _M_get_Tp_allocator() noexcept
_Base::_Map_pointer _Map_pointer
A standard container using fixed-size memory allocation and constant-time manipulation of elements at...
References deque(), __catch, __throw_exception_again, __try, std::_Destroy(), _M_get_Tp_allocator(), _M_impl, and _S_buffer_size().