Searched defs:GreaterThan (Results 1 – 2 of 2) sorted by relevance
536 static bool GreaterThan( const T t, const U u ) throw() { return ( t > u ); } in GreaterThan() function542 static bool GreaterThan( const T t, const U u ) throw() { return ( (int)t > (int)u ); } in GreaterThan() function548 static bool GreaterThan( const T t, const U u ) throw() { return ( (__int64)t > (__int64)u ); } in GreaterThan() function554 static bool GreaterThan( const T t, const U u ) throw() in GreaterThan() function570 static bool GreaterThan( const T t, const U u ) throw() in GreaterThan() function
79 GreaterThan = 1 enumerator