MOAB
4.9.3pre
|
Template functor to compute the logical not of a boolean. More...
#include <UnaryFunctors.h>
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool | operator() (const bool &a) const |
Template functor to compute the logical not of a boolean.
Definition at line 740 of file UnaryFunctors.h.
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; }