命名空间
变体
操作

std::ranges::enumerate_view<V>::sentinel<Const>::base

来自 cppreference.com
 
 
范围库
范围适配器
 
 
constexpr ranges::sentinel_t<Base> base() const;
(自 C++23 起)

返回底层哨兵。等效于 return end_;.

[编辑] 参数

(无)

[编辑] 返回值

底层哨兵的副本。

[编辑] 示例