ITK
5.2.0
Insight Toolkit
|
#include <itkMetaProgrammingLibrary.h>
Public Types | |
using | Type = typename XorC< TF1::Value, TF2::Value >::Type |
MPL XOR
operator on types.
TF1 | First boolean type |
TF2 | Second boolean type |
This overload automatically fetches TF1
and TF2
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 180 of file itkMetaProgrammingLibrary.h.
using itk::Xor< TF1, TF2 >::Type = typename XorC<TF1::Value, TF2::Value>::Type |
Definition at line 182 of file itkMetaProgrammingLibrary.h.