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

Append copies of a value to the back of an uninitialized deque range.

Synopsis

Declared in <bslalg_dequeprimitives.h>

template<class ALLOCATOR>
static
void
uninitializedFillNBack(
    Iterator* toEnd,
    Iterator fromEnd,
    size_type numElements,
    VALUE_TYPE const& value,
    ALLOCATOR allocator);

Parameters

NameDescription
toEndloads the end iterator after appending
fromEndcurrent end of the deque
numElementsnumber of copies of value to append
valuevalue copied into each appended element
allocatorallocator passed to element constructors