Struct template block_bytes
boost::container::block_bytes
Synopsis
Description
This option specifies the maximum size of a block in bytes: this delimites the number of contiguous elements that will be allocated by deque as min(1u, BlockBytes/sizeof(value_type)) A value zero represents the default value.
Template Parameters
-
BlockBytes
An unsigned integer value.