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

#include <itkConceptChecking.h>

Detailed Description

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

Concept requiring T to be non-integer.

Definition at line 923 of file itkConceptChecking.h.

Classes

struct  Constraints
 

Public Types

using Self = IsNonInteger
 

Public Member Functions

 itkConceptConstraintsMacro ()
 

Static Public Attributes

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

Member Typedef Documentation

◆ Self

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

Definition at line 925 of file itkConceptChecking.h.

Member Function Documentation

◆ itkConceptConstraintsMacro()

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

Member Data Documentation

◆ NonIntegral

template<typename T >
constexpr bool itk::Concept::IsNonInteger< T >::NonIntegral = std::is_integral_v<T>
staticconstexpr

Definition at line 926 of file itkConceptChecking.h.


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