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

◆ seqTransform() [1/2]

template<typename TReturn , typename T , typename TFunc >
TReturn Euclid::Fits::seqTransform ( const std::vector< T > &  vector,
TFunc &&  func 
)

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