ITK  5.4.0
Insight 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

◆ IgnoreUnusedVariable()

template<typename T >
void itk::Concept::Detail::IgnoreUnusedVariable ( )
inline

◆ RequireBooleanExpression()

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