Max# template<typename T>inline T Max(T a, T b)# Returns the maximum of two values. Template Parameters: T – Type of the values to compare Parameters: a – [in] First value b – [in] Second value Returns: The larger of a and b