emp-toolkit
Comparable< T > Class Template Reference

#include <comparable.h>

Public Member Functions

Bit operator>= (const T &rhs) const
 
Bit operator< (const T &rhs) const
 
Bit operator<= (const T &rhs) const
 
Bit operator> (const T &rhs) const
 
Bit operator== (const T &rhs) const
 
Bit operator!= (const T &rhs) const
 

Member Function Documentation

§ operator!=()

template<typename T>
Bit Comparable< T >::operator!= ( const T &  rhs) const
inline

§ operator<()

template<typename T>
Bit Comparable< T >::operator< ( const T &  rhs) const
inline

§ operator<=()

template<typename T>
Bit Comparable< T >::operator<= ( const T &  rhs) const
inline

§ operator==()

template<typename T>
Bit Comparable< T >::operator== ( const T &  rhs) const
inline

§ operator>()

template<typename T>
Bit Comparable< T >::operator> ( const T &  rhs) const
inline

§ operator>=()

template<typename T>
Bit Comparable< T >::operator>= ( const T &  rhs) const
inline

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