ML Reference
_ml_numeric_limits< short > Struct Template Reference

#include <mlRangeCasts.h>

List of all members.

Static Public Attributes

static const short MinValue = SHRT_MIN
static const unsigned short MaxValue = SHRT_MAX
static const bool isFloat = false

Detailed Description

template<>
struct _ml_numeric_limits< short >

Definition at line 83 of file mlRangeCasts.h.


Member Data Documentation

const bool _ml_numeric_limits< short >::isFloat = false [static]

Definition at line 87 of file mlRangeCasts.h.

const unsigned short _ml_numeric_limits< short >::MaxValue = SHRT_MAX [static]

Definition at line 86 of file mlRangeCasts.h.

const short _ml_numeric_limits< short >::MinValue = SHRT_MIN [static]

Definition at line 85 of file mlRangeCasts.h.


The documentation for this struct was generated from the following file: