FBX C++ API Reference
|
#include <fbxmap.h>
Default compare functor for FbxMap and FbxSet, which assumes operator < is defined.
Here is examples of different compare class implementations: With Key = int
With Key = Class
With Key = char*
Public Member Functions | |
int | operator() (const Type &pLeft, const Type &pRight) const |
|
inline |