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

◆ VariantValue

using VariantValue = boost::any

The variant value type for records.

Warning
This is a boost::any today, which should be replaced with a boost::variant at some point, thus the need for this alias.