Eigen::internal::bit_or< T > Struct Template Reference

#include <GenericPacketMath.h>

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR EIGEN_ALWAYS_INLINE T operator() (const T &a, const T &b) const
 

Member Function Documentation

◆ operator()()

template<typename T >
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR EIGEN_ALWAYS_INLINE T Eigen::internal::bit_or< T >::operator() ( const T a,
const T b 
) const
inline
457 { return a | b; }
Scalar * b
Definition: benchVecAdd.cpp:17
const Scalar * a
Definition: level2_cplx_impl.h:32

References a, and b.


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