Partial specialization of DequePrimitives for one element per block.
Synopsis
Declared in <bslalg_dequeprimitives.h>
template<class VALUE_TYPE>
struct DequePrimitives<VALUE_TYPE, 1>;
Description
This is a partial specialization of DequePrimitives for the case when there is a single element per block.
Type Aliases
Name |
Description |
Implementation utilities for a single‐element‐per‐block deque. |
|
Iterator type used to traverse elements in a deque. |
|
Unsigned size type used by deque primitive operations. |
Static Member Functions
Name |
Description |
Destroy each element in the specified deque range. |
|
Erase a range of elements from a deque and close the gap. |
|
|
|
|
|
|
|
|
|
|
Created with MrDocs