Template Struct PairCompare

Struct Documentation

template<typename T1, typename T2>
struct PairCompare

Compare function so that StringPair can be used in a map

Public Functions

inline bool operator()(const std::pair<T1, T2> &lhs, const std::pair<T1, T2> &rhs) const