构造函数大概是一个 struct T{T(...){...}} 的东西。
struct T{T(...){...}}
但是我见过 struct T{~T(...){...}} 请问这是啥,有啥用
struct T{~T(...){...}}