ML Reference
_ml_numeric_limits< unsigned char > Struct Template Reference

#include <mlRangeCasts.h>

List of all members.

Static Public Attributes

static const signed char MinValue = 0
static const unsigned char MaxValue = UCHAR_MAX
static const bool isFloat = false

Detailed Description

template<>
struct _ml_numeric_limits< unsigned char >

Definition at line 51 of file mlRangeCasts.h.


Member Data Documentation

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

Definition at line 55 of file mlRangeCasts.h.

const unsigned char _ml_numeric_limits< unsigned char >::MaxValue = UCHAR_MAX [static]

Definition at line 54 of file mlRangeCasts.h.

const signed char _ml_numeric_limits< unsigned char >::MinValue = 0 [static]

Definition at line 53 of file mlRangeCasts.h.


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