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