Default comparator for FbxMap and FbxSet2, which assumes operator < is defined.
Definition at line 1402 of file fbxmap.h.
#include <fbxmap.h>
List of all members.
[inline]
Definition at line 1404 of file fbxmap.h.
{ return (left < right) ? -1 : ((right < left) ? 1 : 0); }