ACE  6.0.6
Public Member Functions
ACE_Utils::Noop_Truncator Struct Reference

No-op truncation. More...

#include <Truncate.h>

List of all members.

Public Member Functions

TO operator() (FROM val)

Detailed Description

No-op truncation.

This structure/functor performs no truncation since it assumes that sizeof(FROM) < sizeof(TO), meaning that numeric_limits<FROM>::max() < numeric_limits<TO>::max().


Member Function Documentation

TO ACE_Utils::Noop_Truncator::operator() ( FROM  val) [inline]

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