Compounds | |
| struct | UniqueType |
| 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 106 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 114 of file itkConceptChecking.h. |
1.2.15 written by Dimitri van Heesch,
© 1997-2000