32.3.4.3 Non-member functions Comparisons [stopsource. nonmembers cmp]
[[nodiscard]] bool operator==(const stop_source& lhs, const stop_source& rhs) noexcept;
-1- Returns:
true
iflhs
andrhs
have ownership of the same stop state or if bothlhs
andrhs
do not have ownership of a stop state; otherwisefalse
.
[[nodiscard]] bool operator!=(const stop_source& lhs, const stop_source& rhs) noexcept;
-2- Returns:
!(lhs==rhs)
.
32.3.4.4 Specialized algorithms [stopsource.special]
friend void swap(stop_source& x, stop_source& y) noexcept;
-1- Effects: Equivalent to:
x.swap(y)
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4