25 #ifndef TABLE_READERHELPER_H 26 #define TABLE_READERHELPER_H 38 std::shared_ptr<ColumnInfo>
createColumnInfo(
const std::vector<std::string>& names,
39 const std::vector<std::type_index>& 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::type_index > &types, const std::vector< std::string > &units, const std::vector< std::string > &descriptions)
Creates a ColumnInfo object from the given names and types.