| 20 | func.template operator()<AngleUnit>(); |
| 21 | } |
| 22 | static void forAllRatioUnits( auto&& func ) |
| 23 | { |
| 24 | func.template operator()<RatioUnit>(); |
| 25 | } |
| 26 | static void forAllUnits( auto&& func ) |
| 27 | { |
| 28 | forAllLengthUnits( func ); |
no outgoing calls
no test coverage detected