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::SameButConst< EditableType, ConstType > Class Template Reference

compile time check if the ConstType differs from EditableType merely by a const qualifier, i.e. More...

#include <Base/Common/Constraints.hh>

Public Member Functions

 SameButConst ()
 

Static Public Member Functions

static void Constraints (EditableType *a, ConstType *b, const EditableType *c)
 

Detailed Description

template<class EditableType, class ConstType>
class BIAS::SameButConst< EditableType, ConstType >

compile time check if the ConstType differs from EditableType merely by a const qualifier, i.e.

const EditableType == ConstType

Author
woelk 02/2008 (c) www.vision-n.de
Examples:
ExampleConstraints.cpp.

Definition at line 106 of file Constraints.hh.

Constructor & Destructor Documentation

template<class EditableType, class ConstType>
BIAS::SameButConst< EditableType, ConstType >::SameButConst ( )
inline

Member Function Documentation

template<class EditableType, class ConstType>
static void BIAS::SameButConst< EditableType, ConstType >::Constraints ( EditableType *  a,
ConstType *  b,
const EditableType *  c 
)
inlinestatic

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