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

◆ elementCount()

template<typename T >
long Euclid::Fits::Column< T >::elementCount ( ) const

Number of elements in the column, i.e. repeat count * number of rows.

Warning
For string columns, CFitsIO requires elementCount to be just the number of rows, although they are vector columns.