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