operator==(std::stop_source)

< cpp‎ | thread‎ | stop source
 
 
线程支持库
线程
(C++11)
(C++20)
(C++20)
this_thread 命名空间
(C++11)
(C++11)
(C++11)
互斥
(C++11)
通用锁管理
(C++11)
(C++11)
(C++11)
(C++11)(C++11)(C++11)
(C++11)
(C++11)
条件变量
(C++11)
信号量
闩与屏障
(C++20)
(C++20)
future
(C++11)
(C++11)
(C++11)
(C++11)
 
 
[[nodiscard]] friend bool operator==( const stop_source& lhs,
                                      const stop_source& rhs ) noexcept;
(C++20 起)

比较二个 stop_source 对象。

此函数对通常无限定有限定查找不可见,而只能在 std::stop_source 为参数的关联类时由实参依赖查找找到。

参数

lhs, rhs - 要比较的 stop_source

返回值

lhsrhs 拥有同一停止状态或均无停止状态则为 true ,否则为 false