namespace std::execution {
template<class Sndr, size_t I = 0>
using child-type = decltype(declval<Sndr>().template get<I+2>()); // exposition only
}
概要
Senderアルゴリズム型Sndrの子Sender型を取得する説明専用のエイリアステンプレート。
バージョン
言語
- C++26
関連項目
execution::write_envexecution::schedule_fromexecution::let_valueexecution::into_variantexecution::stopped_as_optional