| 
    VTK-m
    2.3
    
   | 
 
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 | 
 1.8.17