|
Nugget
|
#include <functional.h>


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 |