| 15 | func.template operator()<InvLengthUnit>(); |
| 16 | } |
| 17 | static void forAllAngleUnits( auto&& func ) |
| 18 | { |
| 19 | // All angle-related unit types must be listed here. |
| 20 | func.template operator()<AngleUnit>(); |
| 21 | } |
| 22 | static void forAllRatioUnits( auto&& func ) |
| 23 | { |
| 24 | func.template operator()<RatioUnit>(); |
no outgoing calls
no test coverage detected