FbxCharPtrCompare Struct Reference
#include <fbxstring.h>
Functor to compare "C" strings.
Definition at line 484 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 484 of file fbxstring.h.
484 {
inline int operator()(
const char* pKeyA,
const char* pKeyB)
const {
return strcmp(pKeyA, pKeyB); } };
int operator()(const char *pKeyA, const char *pKeyB) const
The documentation for this struct was generated from the following file: