Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 662 Bytes

execution.md

File metadata and controls

19 lines (13 loc) · 662 Bytes

execution

  • execution[meta header]
  • cpp17[meta cpp]

<execution>ヘッダでは、アルゴリズムの並列実行を許可するための実行ポリシー型を定義する。

名前 説明 対応バージョン
is_execution_policy 型が実行ポリシーかを判定する C++17
execution 実行ポリシー用の名前空間 C++17

バージョン

言語

  • C++17

参照