Skip to content
Helpers

Min

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

A static helper function.
Returns the minimum, aka the lowest, of a and b.