HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Alembic::Util::ALEMBIC_VERSION_NS::totally_ordered< T > Class Template Reference

#include <Foundation.h>

Friends

bool operator> (const T &x, const T &y)
 
bool operator<= (const T &x, const T &y)
 
bool operator>= (const T &x, const T &y)
 
bool operator!= (const T &x, const T &y)
 

Detailed Description

template<class T>
class Alembic::Util::ALEMBIC_VERSION_NS::totally_ordered< T >

Definition at line 119 of file Foundation.h.

Friends And Related Function Documentation

template<class T>
bool operator!= ( const T &  x,
const T &  y 
)
friend

Definition at line 136 of file Foundation.h.

template<class T>
bool operator<= ( const T &  x,
const T &  y 
)
friend

Definition at line 126 of file Foundation.h.

template<class T>
bool operator> ( const T &  x,
const T &  y 
)
friend

Definition at line 121 of file Foundation.h.

template<class T>
bool operator>= ( const T &  x,
const T &  y 
)
friend

Definition at line 131 of file Foundation.h.


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