Relative Content

Tag Archive for const

Mutable cursor in readonly object?

I’ve been searching for the different uses of the keyword mutable. I’ve found that it is generally used for caching, lazy computing, mutex, …