|
|
Member functions | ||||
Modifiers | ||||
Observers | ||||
Non-member functions | ||||
operator== | ||||
Helper tags | ||||
friendbool operator==(const stop_source& lhs,const stop_source& rhs)noexcept; | (since C++20) | |
Compares twostop_source
values.
This function is not visible to ordinaryunqualified orqualified lookup, and can only be found byargument-dependent lookup when std::stop_source is an associated class of the arguments.
The!=
operator issynthesized fromoperator==
.
lhs, rhs | - | stop_source s to compare |
true iflhs andrhs have the same stop-state, or both have no stop-state, otherwisefalse.