最終更新日時(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の実装オブジェクトを返す。

効果

オブジェクトpは、p.get()がその生存期間内に最派生オブジェクトo基底クラスの部分オブジェクトであるparallel_scheduler_backendオブジェクトを指すものとする。 その存続期間内にq.owner_equal(p)trueとなるshared_ptrオブジェクトqが存在する限り、oの存続期間は終了しない。

備考

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

バージョン

言語

  • C++26

処理系

関連項目

参照