A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cplusplus.github.io/LWG/issue3362 below:

Issue 3362: Strike stop_source's operator!=

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 if lhs and rhs have ownership of the same stop state or if both lhs and rhs do not have ownership of a stop state; otherwise false.

[[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