#include <Truncate.h>
Public Types | |
| typedef unsigned long long | unsigned_type |
Public Member Functions | |
| unsigned_type | operator() (unsigned_type x) |
Definition at line 120 of file Truncate.h.
| typedef unsigned long long ACE_Utils::To_Unsigned< unsigned long long >::unsigned_type |
Definition at line 122 of file Truncate.h.
| unsigned_type ACE_Utils::To_Unsigned< unsigned long long >::operator() | ( | unsigned_type | x | ) | [inline] |
Definition at line 124 of file Truncate.h.
{ return x; }
1.7.0