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

List of all members.

Public Member Functions

 _Not_fn (const _Not_fn &__fn)
 _Not_fn (_Not_fn &&__fn)
 _Args ()))
 _Args ()))
 _Args ()))
 _Args ()))
template<typename... _Args>
 decltype (_S_not< __inv_res_t< _Fn &, _Args...>>()) operator()(_Args &&...__args)&noexcept(noexcept(_S_not< __inv_res_t< _Fn &
template<typename... _Args>
 decltype (_S_not< __inv_res_t< _Fn const &, _Args...>>()) operator()(_Args &&...__args) const &noexcept(noexcept(_S_not< __inv_res_t< _Fn const &
template<typename... _Args>
 decltype (_S_not< __inv_res_t< _Fn &&, _Args...>>()) operator()(_Args &&...__args)&&noexcept(noexcept(_S_not< __inv_res_t< _Fn &&
template<typename... _Args>
 decltype (_S_not< __inv_res_t< _Fn const &&, _Args...>>()) operator()(_Args &&...__args) const &&noexcept(noexcept(_S_not< __inv_res_t< _Fn const &&

Static Public Member Functions

template<typename _Fn2 >
 _Not_fn (_Fn2 &&__fn, int)

Detailed Description

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

Generalized negator.

Definition at line 842 of file functional.


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