MCPcopy 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
71template <typename T>
72inline T Max(T a, T b)
73{
74 return (a > b ? a : b);
75}
76
77} //lab
78

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected