Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

ustl::numeric_limits< T > Struct Template Reference

Defines numeric limits for a type. More...

#include <ustl.h>

List of all members.

Static Public Member Functions

min (void)
 Returns the minimum value for type T.
max (void)
 Returns the minimum value for type T.

Static Public Attributes

const bool is_signed = false
 True if the type is signed.
const bool is_integer = false
 True if stores an exact value.
const bool is_integral = false
 True if fixed size and cast-copyable.


Detailed Description

template<typename T>
struct ustl::numeric_limits< T >

Defines numeric limits for a type.


The documentation for this struct was generated from the following file:
Generated on Mon Jan 17 14:35:03 2005 for uSTL by 1.3.9 Doxygen Hosted on SourceForge.net