27namespace func_sketch::expressions {
47struct fmt::formatter<func_sketch::expressions::UnaryExpression>
48 : fmt::formatter<string_view> {
57 format_context& context)
const -> format_context::iterator;
Class of unary operators.
Declaration of Expression class.
Struct of unary expressions.
math::UnaryOperator operator_object
Operator.
Expression * target
Target expression.
Definition of UnaryOperator class.