#include <Truncate.h>
Static Public Member Functions | |
| bool | greater_than (LEFT lhs, RIGHT rhs) |
|
||||||||||||||||
|
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.3.6