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

履歴 編集

type-alias
<execution>

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

namespace std::execution {
  template<class T>
  using env_of_t = decltype(get_env(declval<T>()));
}

概要

Tに関連付けられたクエリ可能オブジェクトの型を取得する。

  • Senderに関連付けられた属性
  • Receiverに関連付けられた環境

バージョン

言語

  • C++26

処理系

関連項目

参照