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

#include <itkConceptChecking.h>

Detailed Description

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

Concept requiring T to be an unsigned integer.

Definition at line 899 of file itkConceptChecking.h.

Classes

struct  Constraints
 

Public Types

using Self = IsUnsignedInteger
 

Public Member Functions

 itkConceptConstraintsMacro ()
 

Static Public Attributes

static constexpr bool Unsigned = !NumericTraits<T>::is_signed
 

Member Typedef Documentation

◆ Self

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

Definition at line 901 of file itkConceptChecking.h.

Member Function Documentation

◆ itkConceptConstraintsMacro()

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

Member Data Documentation

◆ Unsigned

template<typename T >
constexpr bool itk::Concept::IsUnsignedInteger< T >::Unsigned = !NumericTraits<T>::is_signed
staticconstexpr

Definition at line 902 of file itkConceptChecking.h.


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