std::generator<Ref,V,Allocator>::end

< cpp‎ | coroutine‎ | generator
std::default_sentinel_t end() const noexcept;
(since C++23)

Equivalent to return std::default_sentinel.

Return value

a sentinel

Example