Searched defs:MatchesAlways (Results 1 – 1 of 1) sorted by relevance
58 struct MatchesAlways { struct59 MatchesAlways() {} in MatchesAlways() function60 template <class T> bool operator()(T) { return true; } in operator ()()