.TH "std::stop_source" 3cxx "Tue Jun 13 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::stop_source \- A type that allows a stop request to be made\&. .SH SYNOPSIS .br .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBstop_source\fP (const \fBstop_source\fP &__other) noexcept" .br .ti -1c .RI "\fBstop_source\fP (\fBstd::nostopstate_t\fP) noexcept" .br .ti -1c .RI "\fBstop_source\fP (\fBstop_source\fP &&) noexcept=default" .br .ti -1c .RI "\fBstop_token\fP \fBget_token\fP () const noexcept" .br .ti -1c .RI "\fBstop_source\fP & \fBoperator=\fP (const \fBstop_source\fP &__other) noexcept" .br .ti -1c .RI "\fBstop_source\fP & \fBoperator=\fP (\fBstop_source\fP &&) noexcept=default" .br .ti -1c .RI "bool \fBrequest_stop\fP () const noexcept" .br .ti -1c .RI "bool \fBstop_possible\fP () const noexcept" .br .ti -1c .RI "bool \fBstop_requested\fP () const noexcept" .br .ti -1c .RI "void \fBswap\fP (\fBstop_source\fP &__other) noexcept" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "bool \fBoperator==\fP (const \fBstop_source\fP &__a, const \fBstop_source\fP &__b) noexcept" .br .ti -1c .RI "void \fBswap\fP (\fBstop_source\fP &__lhs, \fBstop_source\fP &__rhs) noexcept" .br .in -1c .SH "Detailed Description" .PP A type that allows a stop request to be made\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.