Alexandria
2.18
Please provide a description of the project.
|
Go to the documentation of this file.
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.
ColumnDescription(const ColumnDescription &)=default
ColumnDescription(ColumnDescription &&)=default
Contains the description of a specific column of a Table.
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
bool operator==(const ColumnDescription &other) const