HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Compare.h File Reference
#include "UT_API.h"
+ Include dependency graph for UT_Compare.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UT_Compare::Less< T >
 
class  UT_Compare::Greater< T >
 
class  UT_Compare::Equal< T >
 

Namespaces

 UT_Compare
 

Typedefs

template<typename T >
using UT_Compare::Ternary = int(*)(const T *, const T *)
 

Functions

template<typename T >
UT_Compare::Less< T > UTcompareLess (UT_Compare::Ternary< T > compare)
 
template<typename T >
UT_Compare::Greater< T > UTcompareGreater (UT_Compare::Ternary< T > compare)
 
template<typename T >
UT_Compare::Equal< T > UTcompareEqual (UT_Compare::Ternary< T > compare)
 

Function Documentation

template<typename T >
UT_Compare::Equal<T> UTcompareEqual ( UT_Compare::Ternary< T >  compare)

Adaptor to convert C-style ternary comparators to C++-style bool functors

Definition at line 78 of file UT_Compare.h.

template<typename T >
UT_Compare::Greater<T> UTcompareGreater ( UT_Compare::Ternary< T >  compare)

Adaptor to convert C-style ternary comparators to C++-style bool functors

Definition at line 71 of file UT_Compare.h.

template<typename T >
UT_Compare::Less<T> UTcompareLess ( UT_Compare::Ternary< T >  compare)

Adaptor to convert C-style ternary comparators to C++-style bool functors

Definition at line 64 of file UT_Compare.h.