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 610
610
611
611
[[nodiscard]] friend bool
612
612
operator==(const stop_source& lhs, const stop_source& rhs) noexcept;
613
- [[nodiscard]] friend bool
614
- operator!=(const stop_source& lhs, const stop_source& rhs) noexcept;
615
613
friend void swap(stop_source& lhs, stop_source& rhs) noexcept;
616
614
};
617
615
}
810
808
otherwise \tcode {false}.
811
809
\end {itemdescr }
812
810
813
- \rSec 3[stopsource.cmp]{Comparisons }
811
+ \rSec 3[stopsource.nonmembers]{Non-member functions }
814
812
815
813
\indexlibrarymember {operator==}{stop_source}%
816
814
\begin {itemdecl }
826
824
otherwise \tcode {false}.
827
825
\end {itemdescr }
828
826
829
- \indexlibrarymember {operator!=}{stop_source}%
830
- \begin {itemdecl }
831
- [[nodiscard]] bool operator!=(const stop_source& lhs, const stop_source& rhs) noexcept;
832
- \end {itemdecl }
833
-
834
- \begin {itemdescr }
835
- \pnum
836
- \returns
837
- \tcode {!(lhs==rhs)}.
838
- \end {itemdescr }
839
-
840
- \rSec 3[stopsource.special]{Specialized algorithms}
841
-
842
827
\indexlibrarymember {swap}{stop_source}%
843
828
\begin {itemdecl }
844
829
friend void swap(stop_source& x, stop_source& y) noexcept;
You can’t perform that action at this time.
0 commit comments