cds
2.3.2
|
[type-option] Option setter for a hash function More...
#include <cds/opt/hash.h>
[type-option] Option setter for a hash function
This option setter specifies hash functor used in unordered containers.
The default value of template argument Functor
is cds::opt::v::hash
that is synonym for std::hash
implementation of standard library.