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

履歴 編集

type-alias
<execution>

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

namespace std::execution {
  template<class Sndr, class Rcvr>
  using connect_result_t =
    decltype(connect(declval<Sndr>(), declval<Rcvr>()));
}

概要

Sender型SndrReceiver型Rcvr接続(connect)した結果のOperation State型を取得する。

バージョン

言語

  • C++26

処理系

関連項目

参照