#include <itkConceptChecking.h>
Public Member Functions | |
void | const_constraints (const T &a) |
void | constraints () |
Public Attributes | |
T | b |
Definition at line 154 of file itkConceptChecking.h.
void itk::Concept::CopyConstructible< T >::Constraints::const_constraints | ( | const T & | a | ) | [inline] |
Definition at line 163 of file itkConceptChecking.h.
References itk::Concept::Detail::IgnoreUnusedVariable().
Referenced by itk::Concept::CopyConstructible< T >::Constraints::constraints().
void itk::Concept::CopyConstructible< T >::Constraints::constraints | ( | ) | [inline] |
Definition at line 156 of file itkConceptChecking.h.
References itk::Concept::CopyConstructible< T >::Constraints::b, itk::Concept::CopyConstructible< T >::Constraints::const_constraints(), and itk::Concept::Detail::IgnoreUnusedVariable().
T itk::Concept::CopyConstructible< T >::Constraints::b |
Definition at line 170 of file itkConceptChecking.h.
Referenced by itk::Concept::CopyConstructible< T >::Constraints::constraints().