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

Template functor to compute the and 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 and of two booleans.

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

Definition at line 313 of file BinaryFunctors.h.


Member Function Documentation

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::internal::scalar_boolean_and_op::operator() ( const bool &  a,
const bool &  b 
) const [inline]

Definition at line 315 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