mutable From C++ Reference previous page next page 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. Related topics: const previous page start next page