struct mrpt::expr::CRuntimeCompiledExpression::Impl

Overview

struct Impl
{
    // fields

    exprtk::expression<double> m_compiled_formula;
    std::string m_original_expr_str;
};