ACE_Utils::To_Unsigned< unsigned long long > Struct Template Reference

#include <Truncate.h>

List of all members.

Public Types

typedef unsigned long long unsigned_type

Public Member Functions

unsigned_type operator() (unsigned_type x)


Detailed Description

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

Definition at line 124 of file Truncate.h.


Member Typedef Documentation

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

Definition at line 126 of file Truncate.h.


Member Function Documentation

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

Definition at line 128 of file Truncate.h.

00128 { return x; }


The documentation for this struct was generated from the following file:
Generated on Tue Feb 2 17:36:07 2010 for ACE by  doxygen 1.4.7