template <Operation LeftOp, Operation RightOp, typename... LeftArgs, typename... RightArgs>

struct Expression

Defined at line 194 of file ../../zircon/system/ulib/ffl/include/ffl/expression.h

Specialization for addition of subexpressions. This expression node takes two

template arguments for the left-hand and right-hand subexpressions to add.

Public Members

const Expression<LeftOp, LeftArgs...> left

Public Methods

template <typename L, typename R>
void Expression<Operation::Addition, Expression<LeftOp, LeftArgs...>, Expression<RightOp, RightArgs...> > (L && left, R && right)

Defined at line 198 of file ../../zircon/system/ulib/ffl/include/ffl/expression.h

template <typename TargetFormat>
auto Evaluate (TargetFormat target_format)

Defined at line 205 of file ../../zircon/system/ulib/ffl/include/ffl/expression.h