Functor class to compare "C" strings.
Definition at line 489 of file fbxstring.h.
#include <fbxstring.h>
Public Member Functions |
|
| int | operator() (char const *pKeyA, char const *pKeyB) const |
| Compare two strings like "C" strcmp().
|
|
| int operator() | ( | char const * | pKeyA, |
| char const * | pKeyB | ||
| ) | const [inline] |
Compare two strings like "C" strcmp().
Definition at line 493 of file fbxstring.h.
{
return strcmp(pKeyA, pKeyB);
}