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

◆ as() [3/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.readSeq(as<float>(1), as<std::string>(4));