std::stoppable_token
来自 cppreference.cn
定义于头文件 <stop_token> |
||
template< class Token > concept stoppable_token = |
(自 C++26 起) | |
辅助模板 |
||
template< template<class> class > struct /*check-type-alias-exists*/; // not defined |
(仅作演示*) | |
概念 stoppable_token<Token>
指定了停止令牌的基本接口,该令牌是可复制 (copyable) 和可相等比较 (equality_comparable) 的,并允许轮询以查看停止请求是否可能以及是否已发出请求。
[编辑] 语义要求
本节尚不完整 |
[编辑] 参见
(C++26) |
指定一个不允许停止的停止令牌 (概念) |