ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::Concept::Comparable< T1, T2 >::Constraints Struct Reference

#include <itkConceptChecking.h>

Detailed Description

template<typename T1, typename T2 = T1>
struct itk::Concept::Comparable< T1, T2 >::Constraints

Definition at line 334 of file itkConceptChecking.h.

Public Member Functions

void constraints ()
 

Public Attributes

T1 a
 
T2 b
 

Member Function Documentation

◆ constraints()

template<typename T1, typename T2 = T1>
void itk::Concept::Comparable< T1, T2 >::Constraints::constraints ( )
inline

Definition at line 337 of file itkConceptChecking.h.

References a, b, and itk::Concept::Detail::RequireBooleanExpression().

Member Data Documentation

◆ a

template<typename T1, typename T2 = T1>
T1 itk::Concept::Comparable< T1, T2 >::Constraints::a

Definition at line 351 of file itkConceptChecking.h.

Referenced by constraints().

◆ b

template<typename T1, typename T2 = T1>
T2 itk::Concept::Comparable< T1, T2 >::Constraints::b

Definition at line 352 of file itkConceptChecking.h.

Referenced by constraints().


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