AudRecordLib
|
#include <ctnumlimits.h>
Provides a compile time equivalent of std::numeric_limits<Type>::min and max
The unspecialized template is empty so it will cause compile errors for types we're not interested in
Type | The type to get the min and the max values of |