#include <Truncate.h>
Static Public Member Functions | |
| static bool | greater_than (LEFT lhs, RIGHT rhs) |
Definition at line 275 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 277 of file Truncate.h.
00278 { 00279 // Implicit promotion of signed LEFT and RIGHT types here. 00280 return lhs > rhs; 00281 }
1.4.7