struct rgpot::units::UnitExpr::PowΒΆ

struct Pow {
    // fields
 
    UnitExprPtr base;
    UnitExprPtr exponent;
};