首頁 > 問答 > 主體
有代码:
template<typename T> clase AClass { T operator ()() const; operator T() const; }
请问operator T() 是个什么意思??
迷茫2017-04-17 13:17:03
自訂型別轉換