ITK  5.0.0
Insight Segmentation and Registration Toolkit
Classes | Public Member Functions | List of all members
itk::Concept::LessThanComparable< T1, T2 > Struct Template Reference

#include <itkConceptChecking.h>

Detailed Description

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

Concept requiring T1 to have operators < and <= with a right-hand operator of type T2. (BOOST)

Definition at line 223 of file itkConceptChecking.h.

Classes

struct  Constraints
 

Public Member Functions

 itkConceptConstraintsMacro ()
 

Member Function Documentation

template<typename T1 , typename T2 = T1>
itk::Concept::LessThanComparable< T1, T2 >::itkConceptConstraintsMacro ( )

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