libstdc++
|
Public Member Functions | |
template<typename _Fn2 > | |
_Not_fn (_Fn2 &&__fn) | |
_Not_fn (const _Not_fn &__fn) | |
_Not_fn (_Not_fn &&__fn) | |
template<typename... _Args> | |
auto | operator() (_Args &&...__args) noexcept(noexcept(!_M_fn(std |
template<typename... _Args> | |
auto | operator() (_Args &&...__args) const noexcept(noexcept(!_M_fn(std |
template<typename... _Args> | |
auto | operator() (_Args &&...__args) volatile noexcept(noexcept(!_M_fn(std |
template<typename... _Args> | |
auto | operator() (_Args &&...__args) const volatile noexcept(noexcept(!_M_fn(std |
_Not_fn & | operator= (const _Not_fn &__fn) |
_Not_fn & | operator= (_Not_fn &&__fn) |
Generalized negator.
Definition at line 379 of file experimental/functional.