Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 873 Bytes

ignore.md

File metadata and controls

37 lines (28 loc) · 873 Bytes

ignore

  • tuple[meta header]
  • std[meta namespace]
  • variable[meta id-type]
  • cpp11[meta cpp]
namespace std {
  const unspecified ignore;            // C++11
  inline constexpr unspecified ignore; // C++17
}
  • unspecified[italic]

概要

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

使用例はtie()を参照。

バージョン

言語

  • C++11

処理系

関連項目