what does "const" mean when overloading operator in C++
This question already has an answer here:
It can be used for any member function, not only operators. It means, that this function will:
mutable
ones) const
member functions 上一篇: 函数头后的const是什么?