Adding mutable to a variable allows a const pointer to change members. mutable is particularly useful if most of the members should be constant ...
確定! 回上一頁