MOAB
4.9.3pre
|
Template functor to compute the and 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 and of two booleans.
Definition at line 313 of file BinaryFunctors.h.
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; }