Quick Links:

bal | bbl | bdl | bsl

Public Types

bsl::Deque_BlockLengthCalcUtil< VALUE_TYPE > Struct Template Reference
[Component bslstl_deque]

#include <bslstl_deque.h>

List of all members.

Public Types

enum  { DEFAULT_BLOCK_SIZE = 200, BLOCK_LENGTH }

Detailed Description

template<class VALUE_TYPE>
struct bsl::Deque_BlockLengthCalcUtil< VALUE_TYPE >

This struct provides a namespace for the calculation of block length (the number of elements per block within a deque). This ensures that each block in the deque can hold at least 16 elements.

See Component bslstl_deque


Member Enumeration Documentation

template<class VALUE_TYPE >
anonymous enum
Enumerator:
DEFAULT_BLOCK_SIZE 

number of bytes per block

BLOCK_LENGTH 

number of elements per block


The documentation for this struct was generated from the following file: