名稱空間
變體
操作

std::ranges::subrange<I,S,K>::end

來自 cppreference.com
< cpp‎ | ranges‎ | subrange
 
 
範圍庫 (Ranges library)
範圍介面卡 (Range adaptors)
 
 
constexpr S end() const;
(C++20 起)

返回指示 subrange 結束的哨兵。

range-begin-end.svg

[編輯] 返回值

end_.

[編輯] 示例

[編輯] 參閱

獲取迭代器
(公共成員函式) [編輯]
(C++11)(C++14)
返回指向容器或陣列末尾的迭代器
(函式模板) [編輯]
返回指示範圍末尾的哨兵
(定製點物件)[編輯]