Struct template inline_chars
boost::container::inline_chars
Synopsis
Description
This option specifies the desired number of characters to be hold inline in the container.
A value zero represents the default value (typically 10 chars in 32-bit systems and 22 chars in 64-bit systems).
Template Parameters
-
std::size_t InlineChars
An unsigned integer value. Values greater than 127 are not supported duet to the internal data structure design.