logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::_Not_fn< _Fn > - Generalized negator.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                          std::_Not_fn<_Fn>(3cxx)

Detailed Description

template<typename_Fn>
       class std::_Not_fn< _Fn >"Generalized negator.

Name

       std::_Not_fn< _Fn > - Generalized negator.

Synopsis

       #include <functional>

   PublicMemberFunctions
       template<typename_Fn2 > constexpr _Not_fn (_Fn2 &&__fn, int)
       _Not_fn (_Not_fn &&__fn)=default_Not_fn (const _Not_fn &__fn)=defaultPublicAttributes
       template<typename... _Args> 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> 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> 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> 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... > >()))

See Also