#include <Truncate.h>
Public Types | |
| typedef signed long | signed_type |
| typedef unsigned long | unsigned_type |
Public Member Functions | |
| unsigned_type | operator() (signed_type x) |
|
|
Definition at line 181 of file Truncate.h. |
|
|
Definition at line 182 of file Truncate.h. |
|
|
Definition at line 184 of file Truncate.h.
00185 {
00186 return static_cast<unsigned_type> (x);
00187 }
|
1.3.6