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

履歴 編集

class
<execution>

std::execution::on-stop-request(C++26)

struct on-stop-request {
  inplace_stop_source& stop-src;  // exposition only
  void operator()() noexcept { stop-src.request_stop(); }
};

概要

on-stop-requestは、Senderアルゴリズム動作仕様定義で用いられる説明専用のクラステンプレートである。

バージョン

言語

  • C++26

関連項目

参照