#include <functional_eastl.h>
Inherits eastl::binary_function< Argument1, Argument2, Result >.
List of all members.
Public Member Functions |
|
| binary_negate (const Predicate &a) |
|
bool | operator() (const typename Predicate::first_argument_type &a, const typename Predicate::second_argument_type &b) const |
Protected Attributes |
|
Predicate | mPredicate |
Detailed Description
template<typename Predicate>
class eastl::binary_negate< Predicate >
binary_negate
Definition at line 289 of file functional_eastl.h.
The documentation for this class was generated from the following file: