.TH "std::stop_callback< _Callback >" 3cxx "Tue Jun 13 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::stop_callback< _Callback > \- A wrapper for callbacks to be run when a stop request is made\&. .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "using \fBcallback_type\fP = _Callback" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBstop_callback\fP (const \fBstop_callback\fP &)=delete" .br .ti -1c .RI "template, int > = 0> \fBstop_callback\fP (const \fBstop_token\fP &__token, _Cb &&__cb) noexcept(is_nothrow_constructible_v< _Callback, _Cb >)" .br .ti -1c .RI "\fBstop_callback\fP (\fBstop_callback\fP &&)=delete" .br .ti -1c .RI "template, int > = 0> \fBstop_callback\fP (\fBstop_token\fP &&__token, _Cb &&__cb) noexcept(is_nothrow_constructible_v< _Callback, _Cb >)" .br .ti -1c .RI "\fBstop_callback\fP & \fBoperator=\fP (const \fBstop_callback\fP &)=delete" .br .ti -1c .RI "\fBstop_callback\fP & \fBoperator=\fP (\fBstop_callback\fP &&)=delete" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class std::stop_callback< _Callback >"A wrapper for callbacks to be run when a stop request is made\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.