Searched defs:just_range (Results 1 – 1 of 1) sorted by relevance
169 struct just_range { struct170 int_iterator begin() const { return int_iterator{ 1 }; } in begin()171 int_iterator end() const { return {}; } in end()