libstdc++
std::experimental::fundamentals_v2::_Not_fn< _Fn > Class Template Reference

List of all members.

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_fnoperator= (const _Not_fn &__fn)
_Not_fnoperator= (_Not_fn &&__fn)

Detailed Description

template<typename _Fn>
class std::experimental::fundamentals_v2::_Not_fn< _Fn >

Generalized negator.

Definition at line 379 of file experimental/functional.


The documentation for this class was generated from the following file: