cds
2.3.2
|
Hash size option. More...
#include <cds/intrusive/details/feldman_hashset_base.h>
Hash size option.
By default, the size of hash value is sizeof( hash_type )
. Sometimes it is not correct, for example, for that 6-byte struct static_assert
will be thrown:
For that case you can specify hash_size
explicitly.
Value 0
means sizeof( hash_type )
.