FbxCharPtrCompareNoCase Struct Reference
#include <fbxstring.h>
Functor to compare "C" strings without case sensitivity.
Definition at line 487 of file fbxstring.h.
|
int | operator() (const char *pKeyA, const char *pKeyB) const |
|
int operator() |
( |
const char * |
pKeyA, |
|
|
const char * |
pKeyB |
|
) |
| const |
|
inline |
Definition at line 487 of file fbxstring.h.
487 {
inline int operator()(
const char* pKeyA,
const char* pKeyB)
const {
return FBXSDK_stricmp(pKeyA, pKeyB); } };
int operator()(const char *pKeyA, const char *pKeyB) const
The documentation for this struct was generated from the following file: