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

履歴 編集

function
<execution>

std::execution::system_context_replaceability::query_parallel_scheduler_backend(C++26)

namespace std::execution::system_context_replaceability {
  shared_ptr<parallel_scheduler_backend> query_parallel_scheduler_backend();
}

概要

並列Schedulerの実装オブジェクトを返す。

効果

parallel_scheduler_backendインタフェースを実装したオブジェクトを指す非ヌルshared_ptrを返す。

備考

この関数は置換可能(replaceable)である。

バージョン

言語

  • C++26

処理系

関連項目

参照