Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.utility/view.interface/
H A Dview.interface.pass.cpp50 struct NotSizedSentinel { struct
55 explicit NotSizedSentinel() = default; argument
56 explicit NotSizedSentinel(int*);
58 NotSizedSentinel& operator++();
59 NotSizedSentinel operator++(int);
60 bool operator==(NotSizedSentinel const&) const;
62 static_assert(std::forward_iterator<NotSizedSentinel>);
255 static_assert(!SizeInvocable<NotSizedSentinel>); in testSize()