EleFits  4.0.0
A modern C++ API on top of CFitsIO

◆ VariantValue

using Euclid::Fits::VariantValue = typedef 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.