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.