|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <stlsoft_limit_traits.h>
Public Types | |
| typedef T | value_type |
| The value type. | |
Static Public Methods | |
| value_type | minimum () |
| Returns the minimum value for the type. | |
| value_type | maximum () |
| Returns the maximum value for the type. | |
limit_traits is a traits class for acquiring the minimum and maximum values of types.
limit_traits<ss_sint16_t>::minimum() == -32768
limit_traits<ss_sint16_t>::maximum() == 32767
| T | The type |
|
|
The value type.
|
|
|
Returns the maximum value for the type.
|
|
|
Returns the minimum value for the type.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |