cds
2.3.2
|
[type-option] Option setter for an allocator More...
#include <cds/opt/options.h>
[type-option] Option setter for an allocator
Type
is allocator with std::allocator
interface. Default is value of macro CDS_DEFAULT_ALLOCATOR that, in turn, is std::allocator
.
The libcds
containers actively use rebinding to convert an allocator of one type to another. Thus, you may specify any valid type as std::allocator's template parameter.
See also opt::node_allocator