Home
last modified time | relevance | path

Searched defs:distance_smaller_2 (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/range/test/algorithm_ext_test/
Derase.cpp143 struct distance_smaller_2 struct
145 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 ()()