BloombergLP::bslalg::DequePrimitives<VALUE_TYPE, 1>::valueInititalizeN

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

NameDescription
toEndloads the end iterator after appending
fromEndcurrent end of the deque
numElementsnumber of value-initialized elements to append
allocatorallocator passed to element constructors