EleFits  4.0.1
A modern C++ API on top of CFitsIO

◆ seqTransform()

template<typename TReturn , typename TSeq , typename TFunc >
std::enable_if_t<not isTuple<TSeq>), TReturn> Euclid::Fits::seqTransform ( const TSeq &  seq,
TFunc &&  func 
)

Apply a transform to each element of a sequence and create a user-defined struct from the results.