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

履歴 編集

type-alias
<stop_token>

std::stop_callback_for_t(C++26)

namespace std {
  template<class T, class CallbackFn>
  using stop_callback_for_t = T::template callback_type<CallbackFn>;
}

概要

Tに対応するCallbackFn型のコールバック型を取得する。

バージョン

言語

  • C++26

処理系

参照