OTB  10.0.0
Orfeo Toolbox
otb::internal::tuple_index< Arg, Tuple > Struct Template Reference

#include <otbVariadicNamedInputsImageFilter.h>

Detailed Description

template<typename Arg, typename Tuple>
struct otb::internal::tuple_index< Arg, Tuple >

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.


The documentation for this struct was generated from the following file: