Returns the larger of a and b.
a
b
Declared in <fmt/base.h>
<fmt/base.h>
template<typename T> constexpr T max_of( T a, T b);
a if it is greater than b, otherwise b.