Template Function epicsMax(const T&, const T&)

Function Documentation

template<class T>
inline const T &epicsMax(const T &a, const T &b)

Returns the larger of a or b compared using a<b.