ACE_Utils::Safe_Comparator< LEFT, RIGHT, false, false > Struct Template Reference

#include <Truncate.h>

List of all members.

Static Public Member Functions

bool greater_than (LEFT lhs, RIGHT rhs)

template<typename LEFT, typename RIGHT>
struct ACE_Utils::Safe_Comparator< LEFT, RIGHT, false, false >


Member Function Documentation

template<typename LEFT, typename RIGHT>
bool ACE_Utils::Safe_Comparator< LEFT, RIGHT, false, false >::greater_than LEFT  lhs,
RIGHT  rhs
[inline, static]
 

Definition at line 266 of file Truncate.h.

00267     {
00268       // Implicit promotion of unsigned LEFT and RIGHT types here.
00269       return lhs > rhs;
00270     }


The documentation for this struct was generated from the following file:
Generated on Sun Jan 27 12:59:48 2008 for ACE by doxygen 1.3.6