Searched defs:equal_to_5 (Results 1 – 2 of 2) sorted by relevance
25 struct equal_to_5 struct27 typedef bool result_type;28 typedef int argument_type;29 bool operator()(int x) const { return x == 5; } in operator ()()