ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
|
Non template base class that is purely used to avoid type-deduction issues of ValueType. More...
#include <keyword.hpp>
Public Types | |
using | ValueType = std::variant< std::string, int64_t, uint64_t, double, bool > |
Non template base class that is purely used to avoid type-deduction issues of ValueType.
Definition at line 241 of file keyword.hpp.
using daq::fits::BasicKeywordBase::ValueType = std::variant<std::string, int64_t, uint64_t, double, bool> |
Definition at line 243 of file keyword.hpp.