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