[type-option] Option setter for garbage collecting schema used
More...
#include <cds/opt/options.h>
template<typename GC>
struct cds::opt::gc< GC >
[type-option] Option setter for garbage collecting schema used
Possible values of GC
template parameter are:
- cds::gc::HP - Hazard Pointer garbage collector
- cds::gc::DHP - Dynamic Hazard Pointer garbage collector
- cds::gc::none::GC - No garbage collector (not supported for some containers)
The documentation for this struct was generated from the following file: