A.operator+有兩個參數(shù),operator*有兩個參數(shù) B.operator+有兩個參數(shù),operator*有一個參數(shù) C.operator+有一個參數(shù),operator*有兩個參數(shù) D.operator+有一個參數(shù),operator*有一個參數(shù)
A.在任何情況下都存在 B.僅當未定義無參構造函數(shù)時存在 C.僅當未定義有參構造函數(shù)時存在 D.僅當未定義任何構造函數(shù)時存在
A.assign B.insert C.swap D.find