cds
2.3.2
|
Link checking. More...
#include <cds/intrusive/options.h>
Link checking.
The option specifies a type of link checking. Possible values for Value
are is one of link_check_type enum:
When link checking is on, the container tests that the node's link fields must be nullptr
before inserting the item. If the link is not nullptr
an assertion is generated