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