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