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