Files
cppdraft_translate/cppdraft/dcl/friend.md
2025-10-25 03:02:53 +03:00

15 lines
403 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[dcl.friend]
# 9 Declarations [[dcl]](./#dcl)
## 9.2 Specifiers [[dcl.spec]](dcl.spec#dcl.friend)
### 9.2.5 The friend specifier [dcl.friend]
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/declarations.tex#L879)
The friend specifier is used to specify access to class members;
see [[class.friend]](class.friend "11.8.4Friends")[.](#1.sentence-1)