__gnu_parallel::__unary_negate.3cxx
Contents
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