This struct, parameterized by the VALUE_TYPE and a BLOCK_LENGTH, provides the various parameters of the deque implementation.
Synopsis
Declared in <bslalg_dequeimputil.h>
template<
class VALUE_TYPE,
int BLOCK_LENGTH>
struct DequeImpUtil;
Types
Name |
Description |
A block of one or more data objects. A deque will be organized as a sequence of blocks. |
Type Aliases
Enums
Name |
Description |
Block size constants for deque blocks. |
|
Block array padding constants. |
Created with MrDocs