Append value‐initialized elements to the back of a deque.
Synopsis
Declared in <bslalg_dequeprimitives.h>
template<class ALLOCATOR>
static
void
valueInititalizeN(
Iterator* toEnd,
Iterator fromEnd,
size_type numElements,
ALLOCATOR allocator);
Parameters
Name |
Description |
toEnd |
loads the end iterator after appending |
fromEnd |
current end of the deque |
numElements |
number of value‐initialized elements to append |
allocator |
allocator passed to element constructors |
Created with MrDocs