Eigen::internal::logical_or_op Struct Reference

#include <MoreMeta.h>

Static Public Member Functions

template<typename A , typename B >
constexpr static EIGEN_STRONG_INLINE auto run (A a, B b) -> decltype(a||b)
 

Member Function Documentation

◆ run()

template<typename A , typename B >
constexpr static EIGEN_STRONG_INLINE auto Eigen::internal::logical_or_op::run ( A  a,
B  b 
) -> decltype(a || b)
inlinestaticconstexpr
366  {
367  return a || b;
368  }
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: