FBX C++ API Reference
|
Default compare functor for FbxMap and FbxSet, which assumes operator < is defined. More...
#include <fbxmap.h>
Public Member Functions | |
int | operator() (const Type &pLeft, const Type &pRight) const |
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*
|
inline |