#include <fbxstring.h>
Functor class to compare FbxString, and is suitable for use in FbxMap.
Definition at line 471 of file fbxstring.h.
Public Member Functions |
|
| int | operator() (const FbxString &pKeyA, const FbxString &pKeyB) const |
| Compare two KStrings. |
|
Compare two KStrings.
Definition at line 479 of file fbxstring.h.
{
return (pKeyA < pKeyB) ? -1 : ((pKeyB < pKeyA) ? 1 : 0);
}