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

__gnu_parallel::__unary_negate.3cxx

Author

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

                                                    libstd__gnu_parallel::__unar...dicate,argument_type>(3cxx)

Detailed Description

template<typename_Predicate,typenameargument_type>
       class __gnu_parallel::__unary_negate< _Predicate, argument_type >"Similar to std::unary_negate, but
       giving the argument types explicitly.

Member Typedef Documentation

typedefargument_typestd::unary_function<argument_type,bool>::argument_type[inherited]
       argument_type is the type of the argument

   typedefboolstd::unary_function<argument_type,bool>::result_type[inherited]
       result_type is the return type

Name

       __gnu_parallel::__unary_negate< _Predicate, argument_type > - Similar to std::unary_negate, but giving
       the argument types explicitly.

Synopsis

       #include <base.h>

       Inherits std::unary_function<argument_type,bool>.

   PublicTypes
       typedef argument_typeargument_type
           argument_type is the type of the argument
       typedef bool result_type
           result_type is the return type

   PublicMemberFunctions__unary_negate (const _Predicate &__x)
       bool operator() (const argument_type &__x)

   ProtectedAttributes
       _Predicate _M_pred

See Also