Struct PairHash
Struct Documentation
-
struct PairHash
Define a hash function for std::pair.
Public Functions
-
template<typename T, typename U>
inline std::size_t operator()(const std::pair<T, U> &p) const
A hash function for std::pair.
- Template Parameters
-
- Parameters
p – A pair to compute hash
api/structPennylane_1_1Util_1_1PairHash