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