cds  2.3.2
cds::container::treiber_stack::make_traits< Options > Struct Template Reference

Metafunction converting option list to TreiberStack traits. More...

#include <cds/container/treiber_stack.h>

Public Types

typedef implementation_defined type
 Metafunction result.
 

Detailed Description

template<typename... Options>
struct cds::container::treiber_stack::make_traits< Options >

Metafunction converting option list to TreiberStack traits.

Supported Options are:

If elimination back-off is enabled, additional options can be specified:

Example: declare TreiberStack with item counting and internal statistics using make_traits

typedef cds::container::TreiberStack< cds::gc::HP, Foo,
cds::opt::item_counter< cds::atomicity::item_counter >,
>::type
> myStack;

The documentation for this struct was generated from the following file:

cds 2.3.2 Developed by Maxim Khizhinsky aka khizmax and other contributors 2007 - 2017
Autogenerated Sun Dec 31 2017 12:10:34 by Doxygen 1.8.13