mutable

The mutable keyword overrides any enclosing const statement. A mutable member of a const object can be modified.

Related Topics: const