Searched defs:LessThan3 (Results 1 – 2 of 2) sorted by relevance
35 struct LessThan3 { struct36 constexpr bool operator()(int i) const { return i < 3; } in operator ()()
69 struct LessThan3 { struct77 static_assert(weakly_equality_comparable_with<iterator_t<take_while_view<R, LessThan3>>, // argument