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