#include <Truncate.h>
Public Types | |
| typedef signed char | signed_type |
| typedef unsigned char | unsigned_type |
Public Member Functions | |
| unsigned_type | operator() (signed_type x) |
|
|
Definition at line 145 of file Truncate.h. Referenced by operator()(). |
|
|
Definition at line 146 of file Truncate.h. |
|
|
Definition at line 148 of file Truncate.h. References signed_type.
00149 {
00150 return static_cast<unsigned_type> (x);
00151 }
|
1.3.6