名稱空間
變體
操作

std::ranges::join_with_view<V,Pattern>::sentinel

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

ranges::join_with_view<V, Pattern>::sentinelranges::join_with_view<V, Pattern>end() 所返回的哨位的型別。

如果一個迭代器與一個哨位相等,那麼該迭代器是一個尾後迭代器。

目錄

[編輯] 模板形參

Const - 哨位是否對應於一個 const 迭代器

[編輯] 巢狀型別

名稱 定義
Parent maybe-const <Const, ranges::join_with_view<V, Pattern>>
(僅供說明的成員型別*)
Base maybe-const <Const, V>
(僅供說明的成員型別*)

[編輯] 資料成員

成員 描述
ranges::sentinel_t<Base > end_ 父範圍的哨位
(僅用於闡釋的成員物件*)

[編輯] 成員函式

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

[編輯] 非成員函式

將一個哨位與一個從 join_with_view::begin 返回的迭代器進行比較
(函式) [編輯]