#include <itkConceptChecking.h>
Concept requiring T to be integer.
Definition at line 862 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> |
| using itk::Concept::IsInteger< T >::Self = IsInteger |
Definition at line 864 of file itkConceptChecking.h.
| itk::Concept::IsInteger< T >::itkConceptConstraintsMacro | ( | ) |
|
staticconstexpr |
Definition at line 865 of file itkConceptChecking.h.