In file miscfx.h:

#define max

(a, b)

Returns the maximum of two numbers.

Documentation

Returns the maximum of two numbers.

A bog-standard but precious little macro.

Parameters:
a - A number of any type.
b - A number of any type.
Returns:
The maximum of the two numbers.

Alphabetic index



This page was generated with the help of DOC++.