Sierra Toolkit
Version of the Day
|
#include <functional_eastl.h>
Inherits eastl::binary_function< Argument1, Argument2, Result >.
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 |
Definition at line 289 of file functional_eastl.h.