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

Binary Predicate that takes two arguments argument x, and y and returns True if and only if x or y is True. More...

#include <BinaryPredicates.h>

Public Member Functions

template<typename T , typename U >
VTKM_EXEC_CONT bool operator() (const T &x, const U &y) const
 

Detailed Description

Binary Predicate that takes two arguments argument x, and y and returns True if and only if x or y is True.

Note
: Requires that types T and U are comparable with ||.

Member Function Documentation

◆ operator()()

template<typename T , typename U >
VTKM_EXEC_CONT bool vtkm::LogicalOr::operator() ( const T &  x,
const U &  y 
) const
inline

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