FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FbxCharPtrCompare Struct Reference

#include <fbxstring.h>

Class Description

Functor to compare "C" strings.

Definition at line 484 of file fbxstring.h.

Public Member Functions

int operator() (const char *pKeyA, const char *pKeyB) const
 

Member Function Documentation

◆ operator()()

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
Definition: fbxstring.h:484

The documentation for this struct was generated from the following file: