itk::Concept::Comparable< T1, T2 > Struct Template Reference
#include <itkConceptChecking.h>
List of all members.
Detailed Description
template<typename T1, typename T2 = T1>
struct itk::Concept::Comparable< T1, T2 >
Concept requiring T1 to have operators <, >, <=, >=, ==, != with a right-hand operator of type T2. (BOOST)
Definition at line 279 of file itkConceptChecking.h.
Member Function Documentation
template<typename T1, typename T2 = T1>
The documentation for this struct was generated from the following file: