TypeT(const TypeT & other)
operator + (const TypeT & other);
TypeT & TypeT::operator = (const TypeT & other){ if (this != &other) { CopyData(other); } return *this; }