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

Destroy each element in the specified deque range.

Synopsis

Declared in <bslalg_dequeprimitives.h>

template<class ALLOCATOR>
static
void
destruct(
    Iterator begin,
    Iterator end,
    ALLOCATOR allocator);

Parameters

NameDescription
beginbeginning of the range of elements to destroy
endend of the range of elements to destroy (one past the last)
allocatorallocator used to destroy elements