C++ Language/Objects/ConstMembers
Appearance
< C++ Language | Objects
Both data members and member functions could be marked by the const keyword, but the implications of that depend on which kind of member it is.
| C++ Language |
Both data members and member functions could be marked by the const keyword, but the implications of that depend on which kind of member it is.