名稱空間
變體
操作

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

來自 cppreference.com
 
 
範圍庫 (Ranges library)
範圍介面卡 (Range adaptors)
 
 
constexpr ranges::sentinel_t<Base> base() const;
(C++23 起)

返回底層哨兵。等價於 return end_;

[編輯] 引數

(無)

[編輯] 返回值

底層哨兵的副本。

[編輯] 示例