Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
BIAS::CanCompare< T1, T2 > Class Template Reference

compile time check for comparabilty of T1 and T2 Found it in Bjarne Stroustrup's FAQ: http://public.research.att.com/~bs/bs_faq2.html More...

#include <Base/Common/Constraints.hh>

Public Member Functions

 CanCompare ()
 
 CanCompare ()
 

Static Public Member Functions

static void Constraints (T1 a, T2 b)
 
static void Constraints (T1 a, T2 b)
 

Detailed Description

template<class T1, class T2 = T1>
class BIAS::CanCompare< T1, T2 >

compile time check for comparabilty of T1 and T2 Found it in Bjarne Stroustrup's FAQ: http://public.research.att.com/~bs/bs_faq2.html

Author
woelk 02/2006

Definition at line 72 of file Constraints.hh.

Constructor & Destructor Documentation

template<class T1 , class T2 = T1>
BIAS::CanCompare< T1, T2 >::CanCompare ( )
inline

Definition at line 76 of file Constraints.hh.

References BIAS::CanCompare< T1, T2 >::Constraints().

template<class T1 , class T2 = T1>
BIAS::CanCompare< T1, T2 >::CanCompare ( )
inline

Definition at line 74 of file Constraints.hh.

References BIAS::CanCompare< T1, T2 >::Constraints().

Member Function Documentation

template<class T1 , class T2 = T1>
static void BIAS::CanCompare< T1, T2 >::Constraints ( T1  a,
T2  b 
)
inlinestatic

Definition at line 73 of file Constraints.hh.

template<class T1 , class T2 = T1>
static void BIAS::CanCompare< T1, T2 >::Constraints ( T1  a,
T2  b 
)
inlinestatic

Definition at line 75 of file Constraints.hh.

Referenced by BIAS::CanCompare< T1, T2 >::CanCompare().


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