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::CanCopy< T1, T2 > Class Template Reference

compile time check for copy compatibilty between 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

 CanCopy ()
 
 CanCopy ()
 

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>
class BIAS::CanCopy< T1, T2 >

compile time check for copy compatibilty between 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 55 of file Constraints.hh.

Constructor & Destructor Documentation

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

Definition at line 59 of file Constraints.hh.

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

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

Definition at line 59 of file Constraints.hh.

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

Member Function Documentation

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

Definition at line 58 of file Constraints.hh.

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

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

Definition at line 58 of file Constraints.hh.


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