std::generator<Ref,V,Allocator>::end
std::default_sentinel_t end() const noexcept;
|
(C++23 起) | |
等价于 return std::default_sentinel。
返回值
一个哨位。
示例
本节未完成 原因:暂无示例 |
std::default_sentinel_t end() const noexcept;
|
(C++23 起) | |
等价于 return std::default_sentinel。
一个哨位。
本节未完成 原因:暂无示例 |