Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::scalar_boolean_not_op< Scalar > Struct Template Reference

#include <src/eigen/Eigen/src/Core/functors/UnaryFunctors.h>

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 >

Member Function Documentation

◆ operator()()

template<typename Scalar >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::internal::scalar_boolean_not_op< Scalar >::operator() ( const bool &  a) const
inline
735{ return !a; }

The documentation for this struct was generated from the following file: