7#include "formula_node.hpp"
8#include "../macros.hpp"
10hi_export_module(hikogui.formula.formula_unary_operator_node);
12namespace hi {
inline namespace v1 {
29 return std::format(
"<unary_operator {}>", *rhs);
DOXYGEN BUG.
Definition algorithm.hpp:16
geometry/margins.hpp
Definition lookahead_iterator.hpp:5
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:377
Definition formula_node.hpp:21
Definition formula_post_process_context.hpp:237
Definition formula_unary_operator_node.hpp:14
void post_process(formula_post_process_context &context) override
Resolve function and method pointers.
Definition formula_unary_operator_node.hpp:22