Function which returns whether its argument was not matched by the given predicate.
More...
|
|
| unary_negate (Predicate predicate) |
| |
|
template<typename Reference > |
| bool | operator() (const Reference x) const |
| |
template<typename Predicate>
struct stapl::unary_negate< Predicate >
Function which returns whether its argument was not matched by the given predicate.
- Template Parameters
-
| Predicate | Function which returns true for matched arguments. |
The documentation for this struct was generated from the following file: