8#ifndef INCLUDED_BDLB_CSTRINGEQUALTO
9#define INCLUDED_BDLB_CSTRINGEQUALTO
97#include <bdlscm_version.h>
107#include <bsl_cstring.h>
133 bsl::is_trivially_default_constructible)
164 bool operator()(const
char *lhs, const
char *rhs) const;
182 return 0 == bsl::strcmp(lhs, rhs);
#define BSLMF_NESTED_TRAIT_DECLARATION(t_TYPE, t_TRAIT)
Definition bslmf_nestedtraitdeclaration.h:231
#define BSLS_ASSERT(X)
Definition bsls_assert.h:1976
#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 bdlat_valuetypefunctions.h:939
Definition bdlb_cstringequalto.h:123
const char * first_argument_type
Definition bdlb_cstringequalto.h:126
bool result_type
Definition bdlb_cstringequalto.h:128
const char * second_argument_type
Definition bdlb_cstringequalto.h:127
Definition bslmf_istriviallycopyable.h:324