Saturday 23 June 2012

“mutable” keyword

If we want to allow const member function to change some data member, we have to declare such data member as mutable.

No comments:

Post a Comment