Searched defs:distance_smaller_2 (Results 1 – 1 of 1) sorted by relevance
143 struct distance_smaller_2 struct145 typedef bool result_type;146 typedef int argument_type;147 bool operator()(int x, int y) const { return std::abs(x - y) < 2; } in operator ()()