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