ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkMetaProgrammingLibrary.h>
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 97 of file itkMetaProgrammingLibrary.h.
Public Types | |
typedef OrC< TF1::Value, TF2::Value, TF3::Value >::Type | Type |
typedef OrC<TF1::Value, TF2::Value, TF3::Value>::Type itk::Or< TF1, TF2, TF3 >::Type |
Definition at line 98 of file itkMetaProgrammingLibrary.h.