Public Types | Public Member Functions

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

#include <Truncate.h>

List of all members.

Public Types

typedef signed long long signed_type
typedef unsigned long long unsigned_type

Public Member Functions

unsigned_type operator() (signed_type x)

Detailed Description

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

Definition at line 193 of file Truncate.h.


Member Typedef Documentation

typedef signed long long ACE_Utils::To_Unsigned< signed long long >::signed_type

Definition at line 195 of file Truncate.h.

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

Definition at line 196 of file Truncate.h.


Member Function Documentation

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

Definition at line 198 of file Truncate.h.

    {
      return static_cast<unsigned_type> (x);
    }


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