ITK
5.2.0
Insight Toolkit
|
#include <itkMetaProgrammingLibrary.h>
Public Types | |
using | Type = typename AndC< TF1::Value, TF2::Value >::Type |
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 145 of file itkMetaProgrammingLibrary.h.
using itk::And< TF1, TF2 >::Type = typename AndC<TF1::Value, TF2::Value>::Type |
Definition at line 147 of file itkMetaProgrammingLibrary.h.