Return true if the specified lhs is less than the specified rhs and false otherwise.
Synopsis
Declared in <bdlb_transparentless.h>
template<
class LHS,
class RHS>
bool
operator()(
LHS const& lhs,
RHS const& rhs) const;
Return Value
true if lhs is less than rhs, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand operand to compare |
rhs |
right‐hand operand to compare |
Created with MrDocs