C Programming on the IBM PC (C Programmers Reference Guide Series)
|
|
mutable
The mutable specifier allows a member of an object to override constness. That is, a mutable member can be modified by a const member function.
|
|
|
|
The mutable specifier allows a member of an object to override constness. That is, a mutable member can be modified by a const member function.
|
|