libstdc++: std::_Not_fn< _Fn > Class Template Reference (original) (raw)

#include <[functional](a00098%5Fsource.html)>

Public Member Functions
template<typename _Fn2 >
constexpr _Not_fn (_Fn2 &&__fn, int)
_Not_fn (_Not_fn &&__fn)=default
_Not_fn (const _Not_fn &__fn)=default
template<typename... _Args, typename = enable_if_t<!__is_invocable<_Fn && , _Args...>::value>>
void operator() (_Args &&... __args) &&=delete
template<typename... _Args, typename = enable_if_t<!__is_invocable<_Fn & , _Args...>::value>>
void operator() (_Args &&... __args) &=delete
template<typename... _Args, typename = enable_if_t<!__is_invocable<_Fn const && , _Args...>::value>>
void operator() (_Args &&... __args) const &&=delete
template<typename... _Args, typename = enable_if_t<!__is_invocable<_Fn const & , _Args...>::value>>
void operator() (_Args &&... __args) const &=delete
Public Attributes
template<typename... _Args, typename = enable_if_t<__is_invocable<_Fn && , _Args...>::value>>
constexpr decltype(_S_not< __inv_res_t< _Fn &&, _Args... > >()) operator() (_Args &&... __args) &&noexcept(__is_nothrow_invocable< _Fn &&, _Args... >::value &&noexcept(_S_not< __inv_res_t< _Fn &&, _Args... > >()))
template<typename... _Args, typename = enable_if_t<__is_invocable<_Fn & , _Args...>::value>>
constexpr decltype(_S_not< __inv_res_t< _Fn &, _Args... > >()) operator() (_Args &&... __args) &noexcept(__is_nothrow_invocable< _Fn &, _Args... >::value &&noexcept(_S_not< __inv_res_t< _Fn &, _Args... > >()))
template<typename... _Args, typename = enable_if_t<__is_invocable<_Fn const && , _Args...>::value>>
constexpr decltype(_S_not< __inv_res_t< _Fn const &&, _Args... > >()) operator() (_Args &&... __args) const &&noexcept(__is_nothrow_invocable< _Fn const &&, _Args... >::value &&noexcept(_S_not< __inv_res_t< _Fn const &&, _Args... > >()))
template<typename... _Args, typename = enable_if_t<__is_invocable<_Fn const & , _Args...>::value>>
constexpr decltype(_S_not< __inv_res_t< _Fn const &, _Args... > >()) operator() (_Args &&... __args) const &noexcept(__is_nothrow_invocable< _Fn const &, _Args... >::value &&noexcept(_S_not< __inv_res_t< _Fn const &, _Args... > >()))

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

Generalized negator.

Definition at line 1122 of file functional.

template<typename _Fn >

template<typename _Fn2 >

constexpr std::_Not_fn< _Fn >::_Not_fn ( _Fn2 && __fn, int ) inlineconstexpr

operator() [1/4]

template<typename _Fn >

template<typename... _Args, typename = enable_if_t<__is_invocable<_Fn && , _Args...>::value>>

constexpr decltype(_S_not< __inv_res_t< _Fn &&, _Args... > >()) std::_Not_fn< _Fn >::operator()(_Args &&... __args) &&noexcept(__is_nothrow_invocable< _Fn &&, _Args... >::value &&noexcept(_S_not< __inv_res_t< _Fn &&, _Args... > >())) inlineconstexprnoexcept

operator() [2/4]

template<typename _Fn >

template<typename... _Args, typename = enable_if_t<__is_invocable<_Fn & , _Args...>::value>>

constexpr decltype(_S_not< __inv_res_t< _Fn &, _Args... > >()) std::_Not_fn< _Fn >::operator()(_Args &&... __args) &noexcept(__is_nothrow_invocable< _Fn &, _Args... >::value &&noexcept(_S_not< __inv_res_t< _Fn &, _Args... > >())) inlineconstexprnoexcept

operator() [3/4]

template<typename _Fn >

template<typename... _Args, typename = enable_if_t<__is_invocable<_Fn const && , _Args...>::value>>

constexpr decltype(_S_not< __inv_res_t< _Fn const &&, _Args... > >()) std::_Not_fn< _Fn >::operator()(_Args &&... __args) const &&noexcept(__is_nothrow_invocable< _Fn const &&, _Args... >::value &&noexcept(_S_not< __inv_res_t< _Fn const &&, _Args... > >())) inlineconstexprnoexcept

operator() [4/4]

template<typename _Fn >

template<typename... _Args, typename = enable_if_t<__is_invocable<_Fn const & , _Args...>::value>>

constexpr decltype(_S_not< __inv_res_t< _Fn const &, _Args... > >()) std::_Not_fn< _Fn >::operator()(_Args &&... __args) const &noexcept(__is_nothrow_invocable< _Fn const &, _Args... >::value &&noexcept(_S_not< __inv_res_t< _Fn const &, _Args... > >())) inlineconstexprnoexcept

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