SimpleITK
2.0.0
|
#include <sitkConditional.h>
Public Types | |
using | Type = typename ConditionalType::type |
using | ValueType = typename ConditionalType::value_type |
Static Public Attributes | |
static const ValueType | Value = ConditionalType::value |
Private Types | |
typedef std::conditional< VCond, std::integral_constant< int, TIfTrue >, std::integral_constant< int, TIfFalse > >::type | ConditionalType |
using | Self = ConditionalValue |
Definition at line 38 of file sitkConditional.h.
|
private |
Definition at line 44 of file sitkConditional.h.
|
private |
Definition at line 41 of file sitkConditional.h.
using itk::simple::ConditionalValue< VCond, TIfTrue, TIfFalse >::Type = typename ConditionalType::type |
Definition at line 46 of file sitkConditional.h.
using itk::simple::ConditionalValue< VCond, TIfTrue, TIfFalse >::ValueType = typename ConditionalType::value_type |
Definition at line 47 of file sitkConditional.h.
|
static |
Definition at line 49 of file sitkConditional.h.