MOAB  4.9.3pre
Eigen::internal::scalar_boolean_not_op< Scalar > Struct Template Reference

Template functor to compute the logical not of a boolean. More...

#include <UnaryFunctors.h>

List of all members.

Public Member Functions

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

Detailed Description

template<typename Scalar>
struct Eigen::internal::scalar_boolean_not_op< Scalar >

Template functor to compute the logical not of a boolean.

See also:
class CwiseUnaryOp, ArrayBase::operator!

Definition at line 740 of file UnaryFunctors.h.


Member Function Documentation

template<typename Scalar >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::internal::scalar_boolean_not_op< Scalar >::operator() ( const bool &  a) const [inline]

Definition at line 742 of file UnaryFunctors.h.

{ return !a; }

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