25 #ifndef _TABLE_COLUMNDESCRIPTION_H
26 #define _TABLE_COLUMNDESCRIPTION_H
76 return !(*
this == other);
Contains the description of a specific column of a Table.
ColumnDescription & operator=(ColumnDescription &&)=default
ColumnDescription(const ColumnDescription &)=default
bool operator==(const ColumnDescription &other) const
bool operator!=(const ColumnDescription &other) const
Returns true if the two ColumnDescriptions do not describe the same column.
ColumnDescription(ColumnDescription &&)=default
ColumnDescription & operator=(const ColumnDescription &)=default
ColumnDescription(std::string name, std::type_index type=typeid(std::string), std::string unit="", std::string description="")