ITK  5.4.0
Insight 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 927 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

◆ FalseT

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

Definition at line 929 of file itkConceptChecking.h.

◆ NonIntegralT

Definition at line 930 of file itkConceptChecking.h.

Member Function Documentation

◆ constraints()

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

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