Eigen::ConversionSubExprEval< SameType, Eval, EvalPointerType > Struct Template Reference

#include <TensorConversion.h>

Static Public Member Functions

static EIGEN_STRONG_INLINE bool run (Eval &impl, EvalPointerType)
 

Member Function Documentation

◆ run()

template<bool SameType, typename Eval , typename EvalPointerType >
static EIGEN_STRONG_INLINE bool Eigen::ConversionSubExprEval< SameType, Eval, EvalPointerType >::run ( Eval &  impl,
EvalPointerType   
)
inlinestatic
185  {
186  impl.evalSubExprsIfNeeded(NULL);
187  return true;
188  }

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