Public Member Functions

KFbxLessCompare< T > Struct Template Reference

Search for all occurrences

Detailed Description

template<typename T>
struct KFbxLessCompare< T >

Definition at line 1463 of file kmap.h.

#include <kmap.h>

List of all members.

Public Member Functions

int  operator() (const T &left, const T &right) const

Member Function Documentation

int operator() ( const T &  left,
const T &  right 
) const [inline]

Definition at line 1465 of file kmap.h.

    {
        return (left < right) ? -1 : ((right < left) ? 1 : 0);
    }

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