ifw-daq  3.0.0-pre2
IFW Data Acquisition modules
Public Types | List of all members
daq::fits::BasicKeywordBase Struct Reference

Non template base class that is purely used to avoid type-deduction issues of ValueType. More...

#include <keyword.hpp>

+ Inheritance diagram for daq::fits::BasicKeywordBase:

Public Types

using ValueType = std::variant< std::string, int64_t, uint64_t, double, bool >
 

Detailed Description

Non template base class that is purely used to avoid type-deduction issues of ValueType.

Definition at line 241 of file keyword.hpp.

Member Typedef Documentation

◆ ValueType

using daq::fits::BasicKeywordBase::ValueType = std::variant<std::string, int64_t, uint64_t, double, bool>

Definition at line 243 of file keyword.hpp.


The documentation for this struct was generated from the following file: