ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkAtomicIntDetail.h>
Definition at line 306 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 () |
typedef Concept::Detail::UniqueType_bool< NumericTraits<T>::is_integer > itk::Detail::IsAtomicSupportedIntegralType< T >::Constraints::IntegralT |
Definition at line 309 of file itkAtomicIntDetail.h.
typedef Concept::Detail::UniqueType_bool<sizeof(T) == 4 || sizeof(T) == 8 > itk::Detail::IsAtomicSupportedIntegralType< T >::Constraints::SizeT |
Definition at line 310 of file itkAtomicIntDetail.h.
typedef Concept::Detail::UniqueType_bool< NumericTraits<T>::is_specialized > itk::Detail::IsAtomicSupportedIntegralType< T >::Constraints::SpecializedT |
Definition at line 308 of file itkAtomicIntDetail.h.
typedef Concept::Detail::UniqueType_bool< true > itk::Detail::IsAtomicSupportedIntegralType< T >::Constraints::TrueT |
Definition at line 307 of file itkAtomicIntDetail.h.
|
inline |
Definition at line 311 of file itkAtomicIntDetail.h.
References itk::Concept::Detail::IgnoreUnusedVariable().