std::unstoppable_token
From cppreference.com
| ヘッダ <stop_token> で定義 |
||
| template< class Token > concept unstoppable_token = |
(C++26以降) | |
コンセプト `unstoppable_token<Token>` は、型が停止を許可しないという、`stoppable_token` に対する追加の要件を指定します。つまり、式 `tok.stop_possible()` は定数式で使用可能で、`false` を返す必要があります。