ITK  5.4.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>

Detailed Description

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

Concept requiring T to be integer.

Definition at line 875 of file itkConceptChecking.h.

Classes

struct  Constraints
 

Public Types

using Self = IsInteger
 

Public Member Functions

 itkConceptConstraintsMacro ()
 

Static Public Attributes

static constexpr bool Integral = std::is_integral_v<T>
 

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 = std::is_integral_v<T>
staticconstexpr

Definition at line 878 of file itkConceptChecking.h.


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