Function binary_negate
Synopsis
#include <include/EASTL/functional.h>
explicit binary_negate(const Predicate &a)
Description
No description yet.
Source
Lines 467-468 in include/EASTL/functional.h.
explicit binary_negate(const Predicate& a)
: mPredicate(a) { }