cppreference.com > C/C++ Keywords > mutable
mutable

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