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

◆ as() [2/4]

TypedKey< TReturn, long > as ( int  key)
related

Create a TypedKey where the key type is deduced from the parameter.

Example
columns.readSeq(as<float>(1), as<std::string>(4));