struct mrpt::expr::CRuntimeCompiledExpression::Impl

Overview

struct Impl
{
    // fields

    exprtk::expression<double> m_compiled_formula;
    std::string m_original_expr_str;
    bool m_compiled = false;
};