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

#include <itkConceptChecking.h>

Detailed Description

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

Definition at line 567 of file itkConceptChecking.h.

Public Types

typedef
Detail::UniqueType_bool
< itkGetStaticConstMacro(IsSigned) > 
SignedT
 
typedef
Detail::UniqueType_bool< true > 
TrueT
 

Public Member Functions

void constraints ()
 

Member Typedef Documentation

template<typename T >
typedef Detail::UniqueType_bool< itkGetStaticConstMacro(IsSigned) > itk::Concept::Signed< T >::Constraints::SignedT

Definition at line 569 of file itkConceptChecking.h.

template<typename T >
typedef Detail::UniqueType_bool< true > itk::Concept::Signed< T >::Constraints::TrueT

Definition at line 568 of file itkConceptChecking.h.

Member Function Documentation

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

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