ITK
6.0.0
Insight Toolkit
|
#include <itkConceptChecking.h>
Concept requiring T to be integer.
Definition at line 877 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 879 of file itkConceptChecking.h.
itk::Concept::IsInteger< T >::itkConceptConstraintsMacro | ( | ) |
|
staticconstexpr |
Definition at line 880 of file itkConceptChecking.h.