Template Function sequant::hash_value(const Op<S>&)¶
Defined in File op.hpp
Function Documentation¶
-
template<Statistics S>
inline auto sequant::hash_value(const Op<S> &op)¶ hashing function
- Template Parameters:
S – a Statistics value specifying the operator statistics
- Parameters:
op – [in] a const reference to an
Op<S>
object- Returns:
the hash value of the object referred to by
op