Files
cppdraft_translate/cppdraft/basic/scope/enum.md
2025-10-25 03:02:53 +03:00

16 lines
657 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.

[basic.scope.enum]
# 6 Basics [[basic]](./#basic)
## 6.4 Scope [[basic.scope]](basic.scope#enum)
### 6.4.8 Enumeration scope [basic.scope.enum]
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/basic.tex#L1558)
Any declaration of an enumeration E introduces
an [*enumeration scope*](#def:scope,enumeration "6.4.8Enumeration scope[basic.scope.enum]") that includes the [*enumerator-list*](dcl.enum#nt:enumerator-list "9.8.1Enumeration declarations[dcl.enum]") of
the [*enum-specifier*](dcl.enum#nt:enum-specifier "9.8.1Enumeration declarations[dcl.enum]") for E (if any)[.](#1.sentence-1)