最終更新日時(UTC):
が更新

履歴 編集

function
<ranges>

std::ranges::filter_view::sentinel::コンストラクタ(C++20)

public:
  sentinel() = default;                             // (1)

private:
  constexpr explicit sentinel(filter_view& parent); // (2) 説明専用

概要

filter_view::sentinelオブジェクトを構築する。

  • (1) : デフォルトコンストラクタ
  • (2) : privateな説明専用コンストラクタ。filter_viewend()から呼び出される

効果

(執筆中)

バージョン

言語

  • C++20

処理系

参照