C++ keyword: mutable - cppreference.com

Usage

mutable type specifier

lambda-declarator

that removes const qualification from parameters captured by copy

(since C++11)See also

const