TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
google::protobuf::streq Struct Reference

#include <hash.h>

Public Member Functions

bool operator() (const char *a, const char *b) const
 
bool operator() (const char *a, const char *b) const
 

Member Function Documentation

bool google::protobuf::streq::operator() ( const char *  a,
const char *  b 
) const
inline
224  {
225  return strcmp(a, b) == 0;
226  }
bool google::protobuf::streq::operator() ( const char *  a,
const char *  b 
) const
inline
224  {
225  return strcmp(a, b) == 0;
226  }

The documentation for this struct was generated from the following file: