AudRecordLib
CTNumLimits< Type > Struct Template Reference

#include <ctnumlimits.h>


Detailed Description

template<class Type>
struct CTNumLimits< Type >

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

Template Parameters:
TypeThe type to get the min and the max values of

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Defines