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

Option to define probeset type. More...

#include <cds/intrusive/cuckoo_set.h>

Detailed Description

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

Option to define probeset type.

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