Possible Duplicate:
C++ ‘mutable’ keyword
What does the keyword mutable
do in the following C++ code:
class X {
mutable int x;
...
};
Possible Duplicate:
C++ ‘mutable’ keyword
What does the keyword mutable
do in the following C++ code:
class X {
mutable int x;
...
};