cds
2.3.2
|
Metafunction converting option list to traits. More...
#include <cds/algo/flat_combining/kernel.h>
Public Types | |
typedef implementation_defined | type |
Metafunction result. | |
Metafunction converting option list to traits.
Options
are:
opt::lock_type
- mutex type, default is cds::sync::spin
opt::wait_strategy
- wait strategy, see wait_strategy
namespace, default is wait_strategy::backoff
.opt::allocator
- allocator type, default is CDS_DEFAULT_ALLOCATORopt::stat
- internal statistics, possible type: stat, empty_stat (the default)opt::memory_model
- C++ memory ordering model. List of all available memory ordering see opt::memory_model
. Default is cds::opt::v::relaxed_ordering