Slice the record as its value.
A Record is often read for using its value only; This shortcut is merely a const version of the value member.
const auto& h = f.header();
int value = h.parse<
int>(
"KEYWORD");
Single image FITS file handler.
Definition: SifFile.h:23
T value
The value.
Definition: Record.h:232