File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 624
624
625
625
[[nodiscard]] friend bool
626
626
operator==(const stop_source& lhs, const stop_source& rhs) noexcept;
627
- [[nodiscard]] friend bool
628
- operator!=(const stop_source& lhs, const stop_source& rhs) noexcept;
629
627
friend void swap(stop_source& lhs, stop_source& rhs) noexcept;
630
628
};
631
629
}
824
822
otherwise \tcode {false}.
825
823
\end {itemdescr }
826
824
827
- \rSec 3[stopsource.cmp]{Comparisons }
825
+ \rSec 3[stopsource.nonmembers]{Non-member functions }
828
826
829
827
\indexlibrarymember {operator==}{stop_source}%
830
828
\begin {itemdecl }
840
838
otherwise \tcode {false}.
841
839
\end {itemdescr }
842
840
843
- \indexlibrarymember {operator!=}{stop_source}%
844
- \begin {itemdecl }
845
- [[nodiscard]] bool operator!=(const stop_source& lhs, const stop_source& rhs) noexcept;
846
- \end {itemdecl }
847
-
848
- \begin {itemdescr }
849
- \pnum
850
- \returns
851
- \tcode {!(lhs==rhs)}.
852
- \end {itemdescr }
853
-
854
- \rSec 3[stopsource.special]{Specialized algorithms}
855
-
856
841
\indexlibrarymember {swap}{stop_source}%
857
842
\begin {itemdecl }
858
843
friend void swap(stop_source& x, stop_source& y) noexcept;
You can’t perform that action at this time.
0 commit comments