Searched refs:NotSizedSentinel (Results 1 – 1 of 1) sorted by relevance
50 struct NotSizedSentinel { struct55 explicit NotSizedSentinel() = default; argument56 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()