#include <Truncate.h>
Public Types | |
| typedef signed short | signed_type |
| typedef unsigned short | unsigned_type |
Public Member Functions | |
| unsigned_type | operator() (signed_type x) |
|
|
Definition at line 157 of file Truncate.h. |
|
|
Definition at line 158 of file Truncate.h. |
|
|
Definition at line 160 of file Truncate.h.
00161 {
00162 return static_cast<unsigned_type> (x);
00163 }
|
1.3.6