ITK  4.10.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | List of all members
itk::Detail::IsAtomicSupportedIntegralType< T >::Constraints Struct Reference

#include <itkAtomicIntDetail.h>

Detailed Description

template<typename T>
struct itk::Detail::IsAtomicSupportedIntegralType< T >::Constraints

Definition at line 305 of file itkAtomicIntDetail.h.

Public Types

typedef Concept::Detail::UniqueType_bool< NumericTraits< T >::is_integer > IntegralT
 
typedef Concept::Detail::UniqueType_bool< sizeof(T)==4||sizeof(T)==8 > SizeT
 
typedef Concept::Detail::UniqueType_bool< NumericTraits< T >::is_specialized > SpecializedT
 
typedef Concept::Detail::UniqueType_bool< true > TrueT
 

Public Member Functions

void constraints ()
 

Member Typedef Documentation

Definition at line 308 of file itkAtomicIntDetail.h.

template<typename T >
typedef Concept::Detail::UniqueType_bool<sizeof(T) == 4 || sizeof(T) == 8 > itk::Detail::IsAtomicSupportedIntegralType< T >::Constraints::SizeT

Definition at line 309 of file itkAtomicIntDetail.h.

Definition at line 307 of file itkAtomicIntDetail.h.

Definition at line 306 of file itkAtomicIntDetail.h.

Member Function Documentation

template<typename T >
void itk::Detail::IsAtomicSupportedIntegralType< T >::Constraints::constraints ( )
inline

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