VTK-m
2.0
|
Predicate that takes a single argument x
, and returns True if it isn't the identity of the Type T
.
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 it isn't the identity of the Type T
.
|
inline |