EleFits  5.0.0
A modern C++ API on top of CFITSIO

◆ elementCount()

long elementCount ( ) const

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

Warning
For string columns, the element count is just the number of rows, although they are vector columns.
Deprecated:
Use standard size() instead.