Home
last modified time | relevance | path

Searched refs:ContIter (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/ranges/range.utility/view.interface/
H A Dview.interface.pass.cpp111 using ContIter = contiguous_iterator<const int*>; typedef
115 constexpr ContIter begin() const { return ContIter(buff); } in begin()
116 constexpr ContIter end() const { return ContIter(buff + 8); } in end()
122 constexpr ContIter begin() const { return ContIter(buff); } in begin()
123 constexpr ContIter end() const { return ContIter(buff + 8); } in end()