Static Public Member Functions

FbxDefaultComparator< T > Class Template Reference

Search for all occurrences

Detailed Description

template<class T>
class FbxDefaultComparator< T >

Definition at line 27 of file fbxhashmap.h.

#include <fbxhashmap.h>

List of all members.

Static Public Member Functions

static bool CompareIt (const T &t1, const T &t2)

Member Function Documentation

static bool CompareIt ( const T &  t1,
const T &  t2 
) [inline, static]

Definition at line 27 of file fbxhashmap.h.

{ public: static inline bool CompareIt( const T& t1, const T& t2 ) { return t1 == t2; } };

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