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

履歴 編集

customization point object
<execution>

std::execution::stop-when(C++26)

namespace std::execution {
  inline constexpr unspecified stop-when{};
}

概要

stop-whenは、入力Senderに追加の停止トークンを結合したSenderを返す、説明専用のSenderアダプタである。

説明用の式sndrtokenに対して、

バージョン

言語

  • C++26

関連項目

参照