Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
When modifying a data declaration, the const keyword specifies that the object or variable is not modifiable.
const declaration ;
member-function const ;
Remarks
When following a member function's parameter list, the const keyword specifies that the function does not modify the object for which it is invoked.
For more information on const, see the following topics: