◆ operator T()
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. SifFile f("filename.fits");
const auto& h = f.header();
// Immediately cast to int:
// Same as:
|