58 template <
bool V,
typename TType =
void>
62 template <
typename TType>
63 struct EnableIfC<true, TType>
77 template <
bool V,
typename TType =
void>
81 template <
typename TType>
115 template <
class TCondition,
class TType =
void>
116 struct EnableIf :
public EnableIfC<TCondition::Value, TType>
146 template <
class TCondition,
class TType =
void>
155 using mpl::DisableIf;
156 using mpl::EnableIfC;
157 using mpl::DisableIfC;
162 #endif // itkEnableIf_h