• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    function
    <ranges>

    std::ranges::filter_view::sentinel::base

    constexpr const sentinel_t<V> base() const;
    

    概要

    元のviewの番兵を取得する。

    効果

    入力viewV)の番兵をend_というメンバに保持するとして、return end_; と等しい

    (執筆中)

    バージョン

    言語

    • C++20

    処理系

    参照