Nugget
Public Member Functions | Protected Attributes | List of all members
eastl::unary_negate< Predicate > Class Template Reference

#include <functional.h>

Inheritance diagram for eastl::unary_negate< Predicate >:
Inheritance graph
[legend]
Collaboration diagram for eastl::unary_negate< Predicate >:
Collaboration graph
[legend]

Public Member Functions

 unary_negate (const Predicate &a)
 
EA_CPP14_CONSTEXPR bool operator() (const typename Predicate::argument_type &a) const
 

Protected Attributes

Predicate mPredicate
 

Additional Inherited Members

- Public Types inherited from eastl::unary_function< Predicate::argument_type, bool >
typedef Predicate::argument_type argument_type
 
typedef bool result_type
 

Detailed Description

template<typename Predicate>
class eastl::unary_negate< Predicate >

unary_negate


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