8#ifndef INCLUDED_BDLB_TRANSPARENTLESS
9#define INCLUDED_BDLB_TRANSPARENTLESS
148#include <bdlscm_version.h>
202 template <
class LHS,
class RHS>
203 bool operator()(
const LHS& lhs,
const RHS& rhs)
const;
215template <
class LHS,
class RHS>
#define BSLS_IDENT(str)
BSLS_IDENT() - insert string into .comment binary segment (if supported)
Definition bsls_ident.h:238
Definition bdlb_algorithmworkaroundutil.h:74
Definition bdlb_transparentless.h:168
TransparentLess(const TransparentLess &original)=default
void is_transparent
Type alias indicating this is a transparent comparator.
Definition bdlb_transparentless.h:173
TransparentLess & operator=(const TransparentLess &rhs)=default
~TransparentLess()=default
Destroy this object.
TransparentLess()=default
Create a TransparentLess object.
bool operator()(const LHS &lhs, const RHS &rhs) const
Definition bdlb_transparentless.h:217