#include <Truncate.h>
Public Types | |
| typedef signed int | signed_type |
| typedef unsigned int | unsigned_type |
Public Member Functions | |
| unsigned_type | operator() (signed_type x) |
|
|
Definition at line 169 of file Truncate.h. |
|
|
Definition at line 170 of file Truncate.h. |
|
|
Definition at line 172 of file Truncate.h.
00173 {
00174 return static_cast<unsigned_type> (x);
00175 }
|
1.3.6