Public Types | Public Member Functions

ACE_Utils::To_Unsigned< unsigned int > Struct Template Reference

#include <Truncate.h>

List of all members.

Public Types

typedef unsigned int unsigned_type

Public Member Functions

unsigned_type operator() (unsigned_type x)

Detailed Description

template<>
struct ACE_Utils::To_Unsigned< unsigned int >

Definition at line 98 of file Truncate.h.


Member Typedef Documentation

typedef unsigned int ACE_Utils::To_Unsigned< unsigned int >::unsigned_type

Definition at line 100 of file Truncate.h.


Member Function Documentation

unsigned_type ACE_Utils::To_Unsigned< unsigned int >::operator() ( unsigned_type  x  )  [inline]

Definition at line 102 of file Truncate.h.

{ return x; }


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines