MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / forAllRatioUnits

Function forAllRatioUnits

source/MRViewer/MRUnitSettings.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

forAllUnitsFunction · 0.85
setUiRatioPrecisionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected