ITK  5.2.0
Insight Toolkit
Classes | Public Types | Public Member Functions | Static Public Attributes | List of all members
itk::Concept::IsInteger< T > Struct Template Reference

#include <itkConceptChecking.h>

Classes

struct  Constraints
 

Public Types

using Self = IsInteger
 

Public Member Functions

 itkConceptConstraintsMacro ()
 

Static Public Attributes

static constexpr bool Integral = NumericTraits<T>::IsInteger
 

Detailed Description

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

Concept requiring T to be integer.

Definition at line 875 of file itkConceptChecking.h.

Member Typedef Documentation

◆ Self

template<typename T >
using itk::Concept::IsInteger< T >::Self = IsInteger

Definition at line 877 of file itkConceptChecking.h.

Member Function Documentation

◆ itkConceptConstraintsMacro()

template<typename T >
itk::Concept::IsInteger< T >::itkConceptConstraintsMacro ( )

Member Data Documentation

◆ Integral

template<typename T >
constexpr bool itk::Concept::IsInteger< T >::Integral = NumericTraits<T>::IsInteger
staticconstexpr

Definition at line 878 of file itkConceptChecking.h.


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