Static Public Member Functions

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

#include <Truncate.h>

List of all members.

Static Public Member Functions

static bool greater_than (LEFT lhs, RIGHT rhs)

Detailed Description

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

Definition at line 271 of file Truncate.h.


Member Function Documentation

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

Definition at line 273 of file Truncate.h.

    {
      // Implicit promotion of signed LEFT and RIGHT types here.
      return lhs > rhs;
    }


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