cds
2.3.2
|
Resizing policy option. More...
#include <cds/opt/options.h>
Resizing policy option.
This option specifies the resizing policy that decides when to resize a container. Used in some containers, for example, in container::StripedHashSet, intrusive::StripedHashSet.
The real resizing policy specified by Type
does strongly depend on a container that supports this option, see container documentation about possibly Type
values.