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

履歴 編集

class
<execution>

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

struct not-a-scheduler {
  using scheduler_concept = scheduler_tag;

  constexpr auto schedule() const noexcept {
    return not-a-sender();
  }
};

概要

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

バージョン

言語

  • C++26

関連項目

参照