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

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

等价于 return std::default_sentinel

返回值

一个哨位。

示例