.TH "std::stop_source" 3 "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::stop_source \- A type that allows a stop request to be made\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBstop_source\fP (\fBconst\fP \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=\fBdefault\fP" .br .ti -1c .RI "\fBstop_token\fP \fBget_token\fP () \fBconst\fP noexcept" .br .ti -1c .RI "\fBstop_source\fP & \fBoperator=\fP (\fBconst\fP \fBstop_source\fP &__other) noexcept" .br .ti -1c .RI "\fBstop_source\fP & \fBoperator=\fP (\fBstop_source\fP &&) noexcept=\fBdefault\fP" .br .ti -1c .RI "bool \fBrequest_stop\fP () \fBconst\fP noexcept" .br .ti -1c .RI "bool \fBstop_possible\fP () \fBconst\fP noexcept" .br .ti -1c .RI "bool \fBstop_requested\fP () \fBconst\fP noexcept" .br .ti -1c .RI "\fBvoid\fP \fBswap\fP (\fBstop_source\fP &__other) noexcept" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "bool \fBoperator==\fP (\fBconst\fP \fBstop_source\fP &__a, \fBconst\fP \fBstop_source\fP &__b) noexcept" .br .ti -1c .RI "\fBvoid\fP \fBswap\fP (\fBstop_source\fP &\fB__lhs\fP, \fBstop_source\fP &\fB__rhs\fP) 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\&.