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

◆ as() [2/4]

TypedKey< TReturn, std::string > as ( const std::string 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));