Struct template block_size
boost::container::block_size
Synopsis
template<std::size_t BlockSize>
struct block_size {
};
Description
This option specifies the size of a block, delimites the number of contiguous elements that will be allocated by some containersas BlockSize. For some containers (like deque), a power of two value can improve performance. A value zero represents the default value.