BDE 4.14.0 Production release
|
#include <bslstp_exfunctional.h>
Public Member Functions | |
BSLMF_NESTED_TRAIT_DECLARATION (StringComparator, bsl::is_trivially_copyable) | |
bool | operator() (const char *a, const char *b) const |
This class is a functor that provides comparison between two const char *
strings.
bsl::StringComparator::BSLMF_NESTED_TRAIT_DECLARATION | ( | StringComparator | , |
bsl::is_trivially_copyable | |||
) |
|
inline |
Return true
if the specified strings a
and b
have the same value, and return false
otherwise. Two strings have the same value if the result of std::strcmp
returns 0.