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

Function forAllAngleUnits

source/MRViewer/MRUnitSettings.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

forAllUnitsFunction · 0.85
setDegreesModeFunction · 0.85
setUiAnglePrecisionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected