Contents

CMTIME_COMPARE_INLINE

Returns a Boolean value that indicates whether the specified comparison is true.

Declaration

#define CMTIME_COMPARE_INLINE(time1, comparator, time2)

Discussion

The following code demonstrates how to use this macro to determine if the first time is less than or equal to the second time:

CMTIME_COMPARE_INLINE(time1, <=, time2)

See Also

Comparing Times