Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ Max
Function
Max
include/LabSound/extended/Util.h:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
71
template <typename T>
72
inline T Max(T a, T b)
73
{
74
return (a > b ? a : b);
75
}
76
77
} //lab
78
Callers
1
indexFromElevationAngle
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected