ITK
5.2.0
Insight Toolkit
|
#include <itkMetaProgrammingLibrary.h>
Public Types | |
using | Type = typename OrC< TF1::Value, TF2::Value, TF3::Value >::Type |
MPL OR
operator on types.
TF1 | First boolean type |
TF2 | Second boolean type |
VF3 | Third (optional) boolean type |
This overload automatically fetches TF1
, TF2
and TF3
values. However, beware, it won't work with standard C++ traits or boost traits. Indeed, this overload expects the value to follow UpperCamelCase ITK naming policy instead of the standard snake_case policy.
Definition at line 113 of file itkMetaProgrammingLibrary.h.
using itk::Or< TF1, TF2, TF3 >::Type = typename OrC<TF1::Value, TF2::Value, TF3::Value>::Type |
Definition at line 115 of file itkMetaProgrammingLibrary.h.