.TH "std::_Not_fn< _Fn >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::_Not_fn< _Fn > \- Generalized negator\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "template<\fBtypename\fP \fB_Fn2\fP > constexpr \fB_Not_fn\fP (\fB_Fn2\fP &&\fB__fn\fP, int)" .br .ti -1c .RI "\fB_Not_fn\fP (\fB_Not_fn\fP &&\fB__fn\fP)=\fBdefault\fP" .br .ti -1c .RI "\fB_Not_fn\fP (const \fB_Not_fn\fP &\fB__fn\fP)=\fBdefault\fP" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "template constexpr \fBdecltype\fP(_S_not< __inv_res_t< _Fn &&, _Args\&.\&.\&. > >()) \fBoperator()\fP (\fB_Args\fP &&\&.\&.\&. \fB__args\fP) &&noexcept(\fB__is_nothrow_invocable\fP< _Fn &&, _Args\&.\&.\&. >::value &&noexcept(_S_not< __inv_res_t< _Fn &&, _Args\&.\&.\&. > >()))" .br .ti -1c .RI "template constexpr \fBdecltype\fP(_S_not< __inv_res_t< _Fn &, _Args\&.\&.\&. > >()) \fBoperator()\fP (\fB_Args\fP &&\&.\&.\&. \fB__args\fP) &noexcept(\fB__is_nothrow_invocable\fP< _Fn &, _Args\&.\&.\&. >::value &&noexcept(_S_not< __inv_res_t< _Fn &, _Args\&.\&.\&. > >()))" .br .ti -1c .RI "template constexpr \fBdecltype\fP(_S_not< __inv_res_t< _Fn const &&, _Args\&.\&.\&. > >()) \fBoperator()\fP (\fB_Args\fP &&\&.\&.\&. \fB__args\fP) const &&noexcept(\fB__is_nothrow_invocable\fP< _Fn const &&, _Args\&.\&.\&. >::value &&noexcept(_S_not< __inv_res_t< _Fn const &&, _Args\&.\&.\&. > >()))" .br .ti -1c .RI "template constexpr \fBdecltype\fP(_S_not< __inv_res_t< _Fn const &, _Args\&.\&.\&. > >()) \fBoperator()\fP (\fB_Args\fP &&\&.\&.\&. \fB__args\fP) const &noexcept(\fB__is_nothrow_invocable\fP< _Fn const &, _Args\&.\&.\&. >::value &&noexcept(_S_not< __inv_res_t< _Fn const &, _Args\&.\&.\&. > >()))" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP _Fn> .br class std::_Not_fn< _Fn >"Generalized negator\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.