Struct template reservable
boost::container::reservable
Synopsis
Description
This option specifies if the container has reserve/capacity-like features
For some containers (like deque) this option might change the internal representation or behavior so that memory for elements can be allocated in advance in order to improve performance.
Template Parameters
-
bool Reservable
An boolean value.