Closed bhalevy closed 1 month ago
check() doesn't modify the object so it can be marked as const.
check()
const
check()
doesn't modify the object so it can be marked asconst
.