.TH "std::stop_callback< _Callback >" 3cxx "Sun Jan 8 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\&. .PP Definition at line \fB571\fP of file \fBstop_token\fP\&. .SH "Member Typedef Documentation" .PP .SS "template using \fBstd::stop_callback\fP< _Callback >::callback_type = _Callback" .PP Definition at line \fB577\fP of file \fBstop_token\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template template, int > = 0> \fBstd::stop_callback\fP< _Callback >::stop_callback (const \fBstop_token\fP & __token, _Cb && __cb)\fC [inline]\fP, \fC [explicit]\fP, \fC [noexcept]\fP" .PP Definition at line \fB582\fP of file \fBstop_token\fP\&. .SS "template template, int > = 0> \fBstd::stop_callback\fP< _Callback >::stop_callback (\fBstop_token\fP && __token, _Cb && __cb)\fC [inline]\fP, \fC [explicit]\fP, \fC [noexcept]\fP" .PP Definition at line \fB596\fP of file \fBstop_token\fP\&. .SS "template \fBstd::stop_callback\fP< _Callback >::~\fBstop_callback\fP ()\fC [inline]\fP" .PP Definition at line \fB607\fP of file \fBstop_token\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.