开发者

What does 'const' do in operator() overloading?

开发者 https://www.devze.com 2022-12-24 21:16 出处:网络
I have a code base, in which for Matrix class, these two definitions are there for () operator: template <class T> T& Matrix<T>::operator() (unsigned row, unsigned col)
0

精彩评论

暂无评论...
验证码 换一张
取 消