最終更新日時(UTC): 2025年05月05日 14時05分03秒 yoh が更新
履歴 編集
namespace std::execution { template<class... Ts> using decayed-tuple = tuple<decay_t<Ts>...>; // exposition only }
decayed-tupleは、型パラメータパックTsからdecay結果を要素型とするtuple型を作成する説明専用のエイリアステンプレートである。
decayed-tuple
Ts
tuple
execution::value_types_of_t
this_thread::sync_wait
std::execution