25#ifndef _TABLE_COLUMNDESCRIPTION_H
26#define _TABLE_COLUMNDESCRIPTION_H
76 return !(*
this == other);
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=(ColumnDescription &&)=default
ColumnDescription(std::string name, std::type_index type=typeid(std::string), std::string unit="", std::string description="")
ColumnDescription & operator=(const ColumnDescription &)=default