Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/ranges/range.access/
H A Dempty.pass.cpp124 struct BeginEndNotSizedSentinel { struct
128 static_assert( std::ranges::forward_range<BeginEndNotSizedSentinel>); argument
129 static_assert(!std::ranges::sized_range<BeginEndNotSizedSentinel>);
155 BeginEndNotSizedSentinel a; in testBeginEqualsEnd()