7#include "skeleton_node.hpp"
18 post_process_expression(context, *expression, location);
22 return fmt::format(
"<expression {}>", *expression);
26 ttlet tmp = evaluate_formula_without_output(context, *expression, location);
28 tt_error_info().set<
"parse_location">(location);
31 }
else if (tmp.is_continue()) {
32 tt_error_info().set<
"parse_location">(location);
Exception thrown during execution of a dynamic operation.
Definition exception.hpp:37
Definition formula_evaluation_context.hpp:16
Definition formula_post_process_context.hpp:18
Definition parse_location.hpp:16
Definition skeleton_expression_node.hpp:11
datum evaluate(formula_evaluation_context &context) override
Evaluate the template.
Definition skeleton_expression_node.hpp:25
Definition skeleton_node.hpp:16