| ||||||||||||||||||||||
| 范围原语 | |||||||
| |||||||
| 范围概念 | |||||||||||||||||||
| |||||||||||||||||||
| 范围工厂 | |||||||||
| |||||||||
| 范围适配器 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 辅助项 | |||||||||||||||||
|
| ||||||||||||||||
/*sentinel*/() = default;
|
(1) | (C++23 起) |
constexpr /*sentinel*/( /*sentinel*/<!Const> i )
requires Const &&
(std::convertible_to<
ranges::sentinel_t<Views>,
ranges::sentinel_t</*maybe-const*/<Const, Views>>> && ...);
|
(2) | (C++23 起) |
构造哨位。
/*sentinel*/<false> 到 /*sentinel*/<true> 的转换。以 std::move(i.end_) 移动构造底层的哨位元组 end_。| i | - | /*sentinel*/<false>
|
| 本节未完成 原因:暂无示例 |