#include <Truncate.h>
Public Types | |
| typedef signed long long | signed_type |
| typedef unsigned long long | unsigned_type |
Public Member Functions | |
| unsigned_type | operator() (signed_type x) |
|
|
Definition at line 199 of file Truncate.h. |
|
|
Definition at line 200 of file Truncate.h. |
|
|
Definition at line 202 of file Truncate.h.
00203 {
00204 return static_cast<unsigned_type> (x);
00205 }
|
1.3.6