Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The C++ storage-class specifiers tell the compiler the duration and visibility of the object or function they declare, as well as where an object should be stored.
The following are storage class specifiers:
The mutable keyword may be considered a storage class specifier. However, it is only available in the member list of a class definition.