Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/ranges/range.access/
H A Ddata.pass.cpp158 using ContiguousIter = contiguous_iterator<const int*>; typedef
163 constexpr ContiguousIter begin() const { return ContiguousIter(buff); } in begin()
191 friend constexpr ContiguousIter begin(const BeginFriendContiguousIterator &iter) { in begin()
192 return ContiguousIter(iter.buff); in begin()
219 ContiguousIter begin() &&;