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