ITK  4.8.0
Insight Segmentation and Registration Toolkit
Classes | Functions
itk::Concept::Detail Namespace Reference

Classes

struct  UniqueType
 
struct  UniqueType_bool
 
struct  UniqueType_int
 
struct  UniqueType_unsigned_int
 

Functions

template<typename T >
void IgnoreUnusedVariable (T)
 
template<typename T >
void RequireBooleanExpression (const T &t)
 

Detailed Description

Some concept implementation details are adapted from the BOOST C++ libraries (www.boost.org). These are marked with "(BOOST)" in the corresponding comment.Namespace containing concept check implementation details.

Function Documentation

template<typename T >
void itk::Concept::Detail::IgnoreUnusedVariable ( )
inline
template<typename T >
void itk::Concept::Detail::RequireBooleanExpression ( const T &  t)