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

#include <functional.h>

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

Public Member Functions

 binary_negate (const Predicate &a)
 
EA_CPP14_CONSTEXPR bool operator() (const typename Predicate::first_argument_type &a, const typename Predicate::second_argument_type &b) const
 

Protected Attributes

Predicate mPredicate
 

Additional Inherited Members

- Public Types inherited from eastl::binary_function< Predicate::first_argument_type, Predicate::second_argument_type, bool >
typedef Predicate::first_argument_type first_argument_type
 
typedef Predicate::second_argument_type second_argument_type
 
typedef bool result_type
 

Detailed Description

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

binary_negate


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