![]() |
Home | Libraries | People | FAQ | More |
boost::container::block_bytes
// In header: <boost/container/options.hpp> template<std::size_t BlockBytes> struct block_bytes { };
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.