8#ifndef INCLUDED_BDLB_TRANSPARENTLESS
9#define INCLUDED_BDLB_TRANSPARENTLESS
148#include <bdlscm_version.h>
197 template <
class LHS,
class RHS>
198 bool operator()(
const LHS& lhs,
const RHS& rhs)
const;
210template <
class LHS,
class RHS>
#define BSLS_IDENT(str)
Definition bsls_ident.h:195
Definition bdlb_algorithmworkaroundutil.h:74
Definition bdlb_transparentless.h:165
TransparentLess(const TransparentLess &original)=default
void is_transparent
Type alias indicating this is a transparent comparator.
Definition bdlb_transparentless.h:170
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:212