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-exceptionはexceptionから派生した型となる。
バージョン
言語
- C++26