const double & A::operator[]( int i ) const throw(std::logic_error) // 要么这样写 double A::operator[]( int i ) const throw(std::logic_error) // 要么这样写 double & A::operator[]( int i ) throw(std::logic_error) // 要么这样写
65,186
社区成员
250,526
社区内容
加载中
试试用AI创作助手写篇文章吧