+2 votes
in C Plus Plus by

What is the role of mutable storage class specifier?

1 Answer

0 votes
by

A constant class object’s member variable can be altered by declaring it using mutable storage class specifier. Applicable only for non-static and non-constant member variable of the class.

Related questions

+2 votes
+2 votes
asked Jun 19, 2019 in C Plus Plus by anonymous
0 votes
asked Jun 15, 2020 in C Plus Plus by Robindeniel
+1 vote
asked Jul 16, 2019 in C Plus Plus by Indian
...