名稱空間
變體
操作

std::ranges::zip_view<Views...>::哨兵

來自 cppreference.com
< cpp‎ | ranges‎ | zip_view
 
 
範圍庫 (Ranges library)
範圍介面卡 (Range adaptors)
 
 
template< bool Const >
class /*sentinel*/;
(C++23 起)
(僅作說明*)

當底層檢視不是 common_range 時,zip_view::end 的返回型別。

型別 /*sentinel*/<true>/*sentinel*/<false> 分別將底層檢視視為 const-限定或非 const-限定。

[編輯] 資料成員

成員名稱 (Member name) 定義
end_ (私有)

[編輯] 成員函式

構造一個哨位
(公共成員函式) [編輯]

[編輯] 非成員函式

比較哨兵與 zip_view::begin 返回的迭代器
(函式) [編輯]
(C++23)
計算哨兵與 zip_view::begin 返回的迭代器之間的距離
(函式) [編輯]