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

#include <itkConceptChecking.h>

Detailed Description

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

Definition at line 795 of file itkConceptChecking.h.

Public Types

using FalseT = Detail::UniqueType_bool< false >
 
using NonIntegralT = Detail::UniqueType_bool< Self::NonIntegral >
 

Public Member Functions

void constraints ()
 

Member Typedef Documentation

template<typename T >
using itk::Concept::IsNonInteger< T >::Constraints::FalseT = Detail::UniqueType_bool< false >

Definition at line 796 of file itkConceptChecking.h.

Definition at line 797 of file itkConceptChecking.h.

Member Function Documentation

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

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