EleFits  5.3.1
A modern C++ API on top of CFITSIO
Loading...
Searching...
No Matches

◆ as() [4/4]

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

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

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