27namespace func_sketch::expressions {
50struct fmt::formatter<func_sketch::expressions::BinaryExpression>
51 : fmt::formatter<string_view> {
60 format_context& context)
const -> format_context::iterator;
Definition of BinaryOperator class.
Class of binary operators.
Declaration of Expression class.
Struct of binary expressions.
Expression * right
Right-hand-side expression.
math::BinaryOperator operator_object
Operator.
Expression * left
Left-hand-side expression.