Prusa Slicer
2.6.0
Loading...
Searching...
No Matches
Public Member Functions
|
List of all members
Eigen::internal::scalar_boolean_xor_op Struct Reference
#include <
src/eigen/Eigen/src/Core/functors/BinaryFunctors.h
>
Public Member Functions
EIGEN_DEVICE_FUNC
EIGEN_STRONG_INLINE
bool
operator()
(
const
bool &a,
const
bool &b)
const
Detailed Description
Member Function Documentation
◆
operator()()
EIGEN_DEVICE_FUNC
EIGEN_STRONG_INLINE
bool Eigen::internal::scalar_boolean_xor_op::operator()
(
const
bool &
a
,
const
bool &
b
)
const
inline
416
{
return
a
^
b
; }
marchsq::__impl::SquareTag::a
@ a
marchsq::__impl::SquareTag::b
@ b
The documentation for this struct was generated from the following file:
src/eigen/Eigen/src/Core/functors/
BinaryFunctors.h
Eigen
internal
scalar_boolean_xor_op
Generated by
1.9.8