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

履歴 編集

class
<execution>

std::execution::not-a-sender(C++26)

struct not-a-sender {
  using sender_concept = sender_t;

  template<class Sndr>
    static consteval auto get_completion_signatures() -> completion_signatures<> {
      throw unspecified-exception();
  }
};

概要

not-a-senderは、Senderアルゴリズム動作仕様定義で用いられる説明専用のクラスである。

unspecified-exceptionexceptionから派生した型となる。

バージョン

言語

  • C++26

関連項目

参照