VTK-m  2.0
Public Member Functions | List of all members
vtkm::IsZeroInitialized Struct Reference

Predicate that takes a single argument x, and returns True if it is 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
 

Detailed Description

Predicate that takes a single argument x, and returns True if it is the identity of the Type T.

Member Function Documentation

◆ operator()()

template<typename T >
VTKM_EXEC_CONT bool vtkm::IsZeroInitialized::operator() ( const T &  x) const
inline

The documentation for this struct was generated from the following file: