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

履歴 編集

type-alias
<execution>

std::execution::schedule_result_t(C++26)

namespace std::execution {
  template<scheduler Sndr>
  using schedule_result_t = decltype(schedule(declval<Sndr>()));
}

概要

Scheduler型Sndrschedule結果型を取得する。

バージョン

言語

  • C++26

処理系

関連項目

参照