cds  2.3.2
cds::container::cuckoo::probeset_type< Type > Struct Template Reference

Probe set type option. More...

#include <cds/container/details/cuckoo_base.h>

Detailed Description

template<typename Type>
struct cds::container::cuckoo::probeset_type< Type >

Probe set type option.

The option specifies probeset type for the CuckooSet. Available values:

  • cds::intrusive::cuckoo::list - the probeset is a single-linked list. The node contains pointer to next node in probeset.
  • cds::intrusive::cuckoo::vector<Capacity> - the probeset is a vector with constant-size Capacity where Capacity is an unsigned int constant. The node does not contain any auxiliary data.

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:31 by Doxygen 1.8.13