ACE  6.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes
Numeric_Limits.h File Reference
#include <limits>

Classes

struct  ACE_Numeric_Limits< T >
 

Detailed Description

Id:
Numeric_Limits.h 95761 2012-05-15 18:23:04Z johnnyw

Traits containing basic integer limits. Useful for template-based code on platforms that lack std::numeric_limits<>.

Note
These traits are not meant to be a replacement for std::numeric_limits<>. Rather they are a crutch until all ACE-supported platforms also support std::numeric_limits<>.

Only meant for internal use by ACE.

Deprecated:
This header will be removed once all platforms supported by ACE support std::numeric_limits<>.
Author
Ossama Othman <ossama_othman at="" symantec="" dot="" com>="">