Name

mutable specifier — Mutable data member specifier

Synopsis

               storage-class-specifier := mutable

The mutable specifier can be used with the declaration of a data member. Using it means that the member can be modified even if the containing object is const.