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

履歴 編集

type-alias
<execution>

std::execution::child-type(C++26)

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

関連項目

参照