7#include "skeleton_node.hpp"
8#include "../macros.hpp"
15 datum
evaluate(formula_evaluation_context &context)
override
17 return datum::make_break();
DOXYGEN BUG.
Definition algorithm.hpp:16
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:377
Definition parse_location.hpp:18
Definition skeleton_break_node.hpp:12
datum evaluate(formula_evaluation_context &context) override
Evaluate the template.
Definition skeleton_break_node.hpp:15
Definition skeleton_node.hpp:16