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

Static Public Member Functions

static bool run (Eval &impl, EvalPointerType)
 

Detailed Description

template<bool SameType, typename Eval, typename EvalPointerType>
struct Eigen::ConversionSubExprEval< SameType, Eval, EvalPointerType >

Definition at line 199 of file TensorConversion.h.

Member Function Documentation

◆ run()

template<bool SameType, typename Eval , typename EvalPointerType >
static bool Eigen::ConversionSubExprEval< SameType, Eval, EvalPointerType >::run ( Eval &  impl,
EvalPointerType   
)
inlinestatic

Definition at line 200 of file TensorConversion.h.

200  {
201  impl.evalSubExprsIfNeeded(NULL);
202  return true;
203  }

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