greater |
A binary function object that
returns true if its first operand is greater than
its second operand.
#include <functional>
template< class T >
struct greater : binary_function< T, T, bool >
Copyright©1994-2026 Recursion Software LLC
All Rights Reserved - For use by licensed users only.