ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | List of all members
itk::Concept::IsInteger< T >::Constraints Struct Reference

#include <itkConceptChecking.h>

Detailed Description

template<typename T>
struct itk::Concept::IsInteger< T >::Constraints

Definition at line 753 of file itkConceptChecking.h.

Public Types

using IntegralT = Detail::UniqueType_bool< Self::Integral >
 
using TrueT = Detail::UniqueType_bool< true >
 

Public Member Functions

void constraints ()
 

Member Typedef Documentation

Definition at line 755 of file itkConceptChecking.h.

template<typename T >
using itk::Concept::IsInteger< T >::Constraints::TrueT = Detail::UniqueType_bool< true >

Definition at line 754 of file itkConceptChecking.h.

Member Function Documentation

template<typename T >
void itk::Concept::IsInteger< T >::Constraints::constraints ( )
inline

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