Namespaces
Variants

std::ranges::adjacent_transform_view<V,F,N>:: sentinel

From cppreference.net
Ranges library
Range adaptors
template < bool Const >
class /*sentinel*/ ;
( 説明専用* )

基になるビューが adjacent_transform_view::end の戻り値型は、 common_range でない場合。

/*sentinel*/ < true > はconst修飾されたオーバーロードによって返されます。型 /*sentinel*/ < false > は非const修飾されたオーバーロードによって返されます。

目次

データメンバ

メンバーオブジェクト 定義
inner_ (private) inner-sentinel 型のセンチネル。
( 説明専用メンバーオブジェクト* )

メンバー関数

センチネルを構築する
(公開メンバ関数)

非メンバー関数

(C++23)
adjacent_transform_view::begin から返されたイテレータとセンチネルを比較する
(関数)
(C++23)
adjacent_transform_view::begin から返されたイテレータとセンチネル間の距離を計算する
(関数)

参考文献

  • C++23標準 (ISO/IEC 14882:2024):
  • 26.7.27.4 クラステンプレート adjacent_transform_view::sentinel [range.adjacent_transform.sentinel]
翻訳の説明: - HTMLタグと属性はそのまま保持 - ` `タグ内のテキストは翻訳せず保持 - C++固有の用語(adjacent_transform_view::sentinel)は翻訳せず保持 - セクション番号と参照ラベルはそのまま保持 - 標準規格の名称と章節番号は正確に翻訳

関連項目