FBX C++ API Reference
Static Public Member Functions
FbxDefaultComparator< T > Class Template Reference
#include <
fbxhashmap.h
>
Class Description
template<class T>
class FbxDefaultComparator< T >
Definition at line
27
of file
fbxhashmap.h
.
Static Public Member Functions
static bool
CompareIt
(const T &t1, const T &t2)
Member Function Documentation
◆
CompareIt()
static bool CompareIt
(
const T &
t1
,
const T &
t2
)
inline
static
Definition at line
27
of file
fbxhashmap.h
.
27
{
public
:
static
inline
bool
CompareIt
(
const
T& t1,
const
T& t2 ) {
return
t1 == t2; } };
FbxDefaultComparator::CompareIt
static bool CompareIt(const T &t1, const T &t2)
Definition:
fbxhashmap.h:27
The documentation for this class was generated from the following file:
fbxsdk/core/base/
fbxhashmap.h
FbxDefaultComparator
Generated by
1.8.13