Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 772 Bytes

File metadata and controls

36 lines (25 loc) · 772 Bytes

stop_requested

  • stop_token[meta header]
  • function[meta id-type]
  • std[meta namespace]
  • inplace_stop_source[meta class]
  • cpp26[meta cpp]
bool stop_requested() const noexcept;

概要

停止要求が作成されたかどうかを返す。

戻り値

自身が所有する停止状態が停止要求を受け取っている場合はtrueを返す。それ以外の場合はfalseを返す。

例外

投げない

バージョン

言語

  • C++26

処理系

参照