Commit d06b60fc authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub

Add a reference to the name mangling description in the tutorial to the index. (GH-10138)

(cherry picked from commit c5eec442)
Co-authored-by: default avatarAndrés Delfino <adelfino@gmail.com>
parent 830f26d1
......@@ -620,6 +620,9 @@ be treated as a non-public part of the API (whether it is a function, a method
or a data member). It should be considered an implementation detail and subject
to change without notice.
.. index::
pair: name; mangling
Since there is a valid use-case for class-private members (namely to avoid name
clashes of names with names defined by subclasses), there is limited support for
such a mechanism, called :dfn:`name mangling`. Any identifier of the form
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment