19#ifndef elxForEachSupportedImageType_h
20#define elxForEachSupportedImageType_h
22#include <elxSupportedImageTypes.h>
30template <
typename TFunction, std::size_t... VIndexSequence>
42template <
typename TFunction>
49template <
typename TFunction, std::size_t... VIndexSequence>
60template <
typename TFunction>
void ForEachSupportedImageType(const TFunction &func, const std::index_sequence< VIndexSequence... > &)
bool ForEachSupportedImageTypeUntilTrue(const TFunction &func, const std::index_sequence< VIndexSequence... > &)