ITK  5.4.0
Insight Toolkit
Public Member Functions | Public Attributes | List of all members
itk::Concept::BitwiseOperators< T1, T2, T3 >::Constraints Struct Reference

#include <itkConceptChecking.h>

Detailed Description

template<typename T1, typename T2 = T1, typename T3 = T1>
struct itk::Concept::BitwiseOperators< T1, T2, T3 >::Constraints

Definition at line 533 of file itkConceptChecking.h.

Public Member Functions

void const_constraints (const T1 &d, const T2 &e)
 
void constraints ()
 

Public Attributes

T3 a
 
T1 b
 
T2 c
 

Member Function Documentation

◆ const_constraints()

template<typename T1 , typename T2 = T1, typename T3 = T1>
void itk::Concept::BitwiseOperators< T1, T2, T3 >::Constraints::const_constraints ( const T1 &  d,
const T2 &  e 
)
inline

◆ constraints()

template<typename T1 , typename T2 = T1, typename T3 = T1>
void itk::Concept::BitwiseOperators< T1, T2, T3 >::Constraints::constraints ( )
inline

Member Data Documentation

◆ a

template<typename T1 , typename T2 = T1, typename T3 = T1>
T3 itk::Concept::BitwiseOperators< T1, T2, T3 >::Constraints::a

◆ b

template<typename T1 , typename T2 = T1, typename T3 = T1>
T1 itk::Concept::BitwiseOperators< T1, T2, T3 >::Constraints::b

◆ c

template<typename T1 , typename T2 = T1, typename T3 = T1>
T2 itk::Concept::BitwiseOperators< T1, T2, T3 >::Constraints::c

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