ITK  5.0.0
Insight Segmentation and Registration 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 792 of file itkConceptChecking.h.

Classes

struct  Constraints
 

Public Types

using Self = IsNonInteger
 

Public Member Functions

 itkConceptConstraintsMacro ()
 

Static Public Attributes

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

Member Typedef Documentation

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

Definition at line 793 of file itkConceptChecking.h.

Member Function Documentation

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

Member Data Documentation

template<typename T >
constexpr bool itk::Concept::IsNonInteger< T >::NonIntegral = NumericTraits< T >::IsInteger
static

Definition at line 794 of file itkConceptChecking.h.


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