VTK-m
2.2
|
Predicate that takes a single argument x
, and returns True if and only if x
is false
.
More...
#include <UnaryPredicates.h>
Public Member Functions | |
template<typename T > | |
bool | operator() (const T &x) const |
Predicate that takes a single argument x
, and returns True if and only if x
is false
.
Note: Requires Type T
to be convertible to bool
or implement the ! operator.
|
inline |