Template Struct PairHash

Struct Documentation

template<typename T1, typename T2>
struct PairHash

Hash function so that StringPair can be used as a key in an unordered map

Public Functions

inline size_t operator()(const std::pair<T1, T2> &k) const