What is a mutable member? C++

Q

What is a mutable member? C++

✍: Guest

A

One that can be modified by the class even when the object of the class or the member function doing the modification is const.

2012-03-20, 2655👍, 0💬