struct rgpot::units::UnitExpr::DivΒΆ

struct Div {
    // fields
 
    UnitExprPtr lhs;
    UnitExprPtr rhs;
};