Searched refs:NotSizedSentinel (Results 1 – 1 of 1) sorted by relevance
42 struct NotSizedSentinel { struct47 explicit NotSizedSentinel() = default; argument48 explicit NotSizedSentinel(int*);50 NotSizedSentinel& operator++();51 NotSizedSentinel operator++(int);52 bool operator==(NotSizedSentinel const&) const;54 static_assert(std::forward_iterator<NotSizedSentinel>);234 static_assert(!SizeInvocable<NotSizedSentinel>); in testSize()