Home
last modified time | relevance | path

Searched refs:RAIter (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.cpp102 using RAIter = random_access_iterator<int*>; typedef
106 constexpr RAIter begin() const { return RAIter(const_cast<int*>(buff)); } in begin()
107 constexpr RAIter end() const { return RAIter(const_cast<int*>(buff) + 8); } in end()