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