名稱空間
變體
操作

std::ranges::zip_transform_view<F,Views...>::sentinel

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

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

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

[編輯] 資料成員

成員物件 定義
inner_ (私有) 型別為 zentinel<Const> 的哨兵。
(僅用於闡釋的成員物件*)

[編輯] 成員函式

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

[編輯] 非成員函式

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