摘要:
类型转换运算符class SmallInt {public: SmallInt(int i = 0) : val(i) { if (i 255) throw std::out_of_range("Bad SmallInt value"); } operator int() const... 阅读全文
posted @ 2015-09-10 02:27
街角的咖啡店
阅读(177)
评论(0)
推荐(0)
浙公网安备 33010602011771号