Searched defs:MicroProps (Results 1 – 1 of 1) sorted by relevance
75 struct MicroProps : public MicroPropsGenerator { struct78 RoundingImpl rounder;79 Grouper grouping;80 Padder padding;104 // The following "helper" fields may optionally be used during the MicroPropsGenerator. argument106 struct {131 MicroProps() = default; argument135 MicroProps& operator=(const MicroProps& other) = default; argument151 void processQuantity(DecimalQuantity &quantity, MicroProps µs, in processQuantity() argument