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(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 & operator=(const ColumnDescription &)=default