• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    variable
    <tuple>

    std::ignore

    namespace std {
      const unspecified ignore;            // C++11
      inline constexpr unspecified ignore; // C++17
    }
    

    概要

    ignoreは、tie()を使用してタプルから値を抽出する際に、「不要な値」をマーキングするためのプレースホルダーである。

    使用例はtie()を参照。

    バージョン

    言語

    • C++11

    処理系

    関連項目