#include <genesis/utils/math/bitvector.hpp>
Specialization of std::hash for the Bitvector class.
It uses Bitvector::hash() for the hashing. See also BitvectorHash for an alternative class that does the same, but resides in the same namespace as Bitvector, and see BitvectorXhash for a variant that uses Bitvector::x_hash() instead as the hashing function.
Definition at line 512 of file bitvector.hpp.
Public Member Functions | |
std::size_t | operator() (genesis::utils::Bitvector const &value) const |
|
inline |
Definition at line 514 of file bitvector.hpp.