最終更新日時: 2025年04月16日 22時16分40秒 (JST) yoh が更新
履歴 編集
namespace std::execution { template<class T> using env_of_t = decltype(get_env(declval<T>())); }
型Tに関連付けられたクエリ可能オブジェクトの型を取得する。
T
execution::get_env
std::execution