OTB
9.0.0
Orfeo Toolbox
|
#include <otbVariadicNamedInputsImageFilter.h>
retrieve index of a type in tuple if exists
This struct allows to retrieve the index of the first occurrence of type Arg in tuple Tuple. If type Arg can not be found, compilation will end with a static_assert failing.
::value holds the index of type Arg in tuple Tuple.
Definition at line 43 of file otbVariadicNamedInputsImageFilter.h.