MOAB
4.9.3pre
|
Template functor to compute the or of two booleans. More...
#include <BinaryFunctors.h>
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool | operator() (const bool &a, const bool &b) const |
Template functor to compute the or of two booleans.
Definition at line 329 of file BinaryFunctors.h.
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::internal::scalar_boolean_or_op::operator() | ( | const bool & | a, |
const bool & | b | ||
) | const [inline] |
Definition at line 331 of file BinaryFunctors.h.
{ return a || b; }