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

履歴 編集

class
<execution>

std::execution::system_context_replaceability::bulk_item_receiver_proxy(C++26)

namespace std::execution::system_context_replaceability {
  struct bulk_item_receiver_proxy : receiver_proxy { see below };
}

概要

bulk_item_receiver_proxyは、receiver_proxyから派生したクラス。 bulk_chunkedおよびbulk_unchunkedのカスタマイズで用いられ、異なる反復に対応するparallel_scheduler_backend実装から通知も受信する。

メンバ関数

名前 説明 対応バージョン
virtual void execute(size_t, size_t) noexcept = 0; 要素範囲の作業ハンドラ C++26

バージョン

言語

  • C++26

処理系

関連項目

参照