.TH "std::experimental::_Not_fn< _Fn >" 3cxx "Sat Nov 3 2018" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::experimental::_Not_fn< _Fn > \- Generalized negator\&. .SH SYNOPSIS .br .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "template \fB_Not_fn\fP (_Fn2 &&__fn, int)" .br .ti -1c .RI "\fB_Not_fn\fP (const \fB_Not_fn\fP &__fn)=default" .br .ti -1c .RI "\fB_Not_fn\fP (\fB_Not_fn\fP &&__fn)=default" .br .ti -1c .RI "template auto \fBoperator()\fP (_Args &&\&.\&.\&. __args) noexcept(noexcept(!_M_fn(\fBstd::forward\fP< _Args >(__args)\&.\&.\&.))) \-> decltype(!_M_fn(\fBstd::forward\fP< _Args >(__args)\&.\&.\&.))" .br .ti -1c .RI "template auto \fBoperator()\fP (_Args &&\&.\&.\&. __args) const noexcept(noexcept(!_M_fn(\fBstd::forward\fP< _Args >(__args)\&.\&.\&.))) \-> decltype(!_M_fn(\fBstd::forward\fP< _Args >(__args)\&.\&.\&.))" .br .ti -1c .RI "template auto \fBoperator()\fP (_Args &&\&.\&.\&. __args) volatile noexcept(noexcept(!_M_fn(\fBstd::forward\fP< _Args >(__args)\&.\&.\&.))) \-> decltype(!_M_fn(\fBstd::forward\fP< _Args >(__args)\&.\&.\&.))" .br .ti -1c .RI "template auto \fBoperator()\fP (_Args &&\&.\&.\&. __args) const volatile noexcept(noexcept(!_M_fn(\fBstd::forward\fP< _Args >(__args)\&.\&.\&.))) \-> decltype(!_M_fn(\fBstd::forward\fP< _Args >(__args)\&.\&.\&.))" .br .ti -1c .RI "\fB_Not_fn\fP & \fBoperator=\fP (const \fB_Not_fn\fP &__fn)=default" .br .ti -1c .RI "\fB_Not_fn\fP & \fBoperator=\fP (\fB_Not_fn\fP &&__fn)=default" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class std::experimental::_Not_fn< _Fn >" Generalized negator\&. .PP Definition at line 383 of file experimental/functional\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.