bionic (3) std::_Not_fn.3cxx.gz

Provided by: libstdc++-7-doc_7.5.0-3ubuntu1~18.04_all bug

NAME

       std::_Not_fn< _Fn > - Generalized negator.

SYNOPSIS

   Public Member Functions
       template<typename _Fn2 > _Not_fn (_Fn2 &&__fn, int)
       _Not_fn (const _Not_fn &__fn)=default
       _Not_fn (_Not_fn &&__fn)=default

   Public Attributes
       template<typename... _Args> 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> 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> 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> 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... >>()))

Detailed Description

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

       Definition at line 909 of file functional.

Author

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