ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkMetaProgrammingLibrary.h>
MPL AND
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 122 of file itkMetaProgrammingLibrary.h.
Public Types | |
typedef AndC< TF1::Value, TF2::Value >::Type | Type |
typedef AndC<TF1::Value, TF2::Value>::Type itk::And< TF1, TF2 >::Type |
Definition at line 123 of file itkMetaProgrammingLibrary.h.