VTK-m
2.0
|
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 > | |
VTKM_EXEC_CONT 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 |