BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsl::Deque_BlockLengthCalcUtil< VALUE_TYPE > Struct Template Reference

#include <bslstl_deque.h>

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.

Member Enumeration Documentation

◆ anonymous enum

template<class VALUE_TYPE >
anonymous enum
Enumerator
DEFAULT_BLOCK_SIZE 
BLOCK_LENGTH 

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