25#ifndef TABLE_READERHELPER_H
26#define TABLE_READERHELPER_H
38std::shared_ptr<ColumnInfo>
createColumnInfo(
const std::vector<std::string>& names,
39 const std::vector<std::pair<std::type_index, std::size_t>>& types,
40 const std::vector<std::string>& units,
41 const std::vector<std::string>& descriptions);
std::shared_ptr< ColumnInfo > createColumnInfo(const std::vector< std::string > &names, const std::vector< std::pair< std::type_index, std::size_t > > &types, const std::vector< std::string > &units, const std::vector< std::string > &descriptions)
Creates a ColumnInfo object from the given names and types.