Classes | |
struct | UniqueType |
struct | UniqueType_bool |
struct | UniqueType_int |
struct | UniqueType_unsigned_int |
[NOHEADER] | |
template<class T> void | RequireBooleanExpression (const T &t) |
Functions | |
template<typename T> void | IgnoreUnusedVariable (T) |
|
Concept checks may require a variable to be declared but not used. This function can be called with the variable to prevent the compiler warning. (BOOST) Definition at line 108 of file itkConceptChecking.h. |
|
Concept checks may require that an expression be convertible to bool. Passing the expression to this function will enforce this requirement. (BOOST) Definition at line 116 of file itkConceptChecking.h. |