Skip to content
Helpers

Max

Internal helper function
template <typename T>
static T Max(const T a, const T b)

A static helper function.
Returns the maximum, aka the greater, of a and b.