std::generator<Ref,V,Allocator>::end
来自cppreference.com
工具库
协程支持
| 协程特征 | ||||
|
(C++20)
|
||||
| 协程柄 | ||||
|
(C++20)
|
||||
| 无操作协程 | ||||
|
(C++20)
|
||||
|
(C++20)
|
||||
| 平凡可等待体 | ||||
|
(C++20)
|
||||
|
(C++20)
|
范围库
std::generator
| 成员函数 | ||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
generator::end
(C++23)
|
||||
| promise_type | ||||
| Iterator | ||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
std::default_sentinel_t
end()
const
noexcept;
|
(C++23 起) | |
等价于 return std::default_sentinel。
返回值
一个哨位。
示例
| 本节未完成 原因:暂无示例 |