#include <Truncate.h>
Static Public Member Functions | |
| static bool | greater_than (LEFT lhs, RIGHT rhs) |
Definition at line 271 of file Truncate.h.
| 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;
}
1.7.0