MOAB  4.9.3pre
Eigen::internal::scalar_boolean_or_op Struct Reference

Template functor to compute the or of two booleans. More...

#include <BinaryFunctors.h>

List of all members.

Public Member Functions

EIGEN_DEVICE_FUNC
EIGEN_STRONG_INLINE bool 
operator() (const bool &a, const bool &b) const

Detailed Description

Template functor to compute the or of two booleans.

See also:
class CwiseBinaryOp, ArrayBase::operator||

Definition at line 329 of file BinaryFunctors.h.


Member Function Documentation

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; }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines