CopyConstructible 可複製構造
Copy constructible types must be able to be constructed from another member of the type.可複製構造的類型必須能夠從該類型的另一個對像進行構造。
x
y
Copy construction 複製構造
X(x)
X
Require copy constructor.
要求複製構造函數發。