We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c41a2a + d21b0b3 commit 52f8ba7Copy full SHA for 52f8ba7
source/utilities.tex
@@ -18183,9 +18183,10 @@
18183
\tcode{template<class T>}\br
18184
\tcode{struct underlying_type;}
18185
&
18186
- The member typedef \tcode{type} names the underlying type
18187
- of \tcode{T}.\br
18188
- \requires{} \tcode{T} shall be a complete enumeration type\iref{dcl.enum} \\ \rowsep
+ If \tcode{T} is an enumeration type, the member typedef \tcode{type} names
+ the underlying type of \tcode{T}\iref{dcl.enum};
+ otherwise, there is no member \tcode{type}.\br
18189
+ \mandates \tcode{T} is not an incomplete enumeration type. \\ \rowsep
18190
18191
\tcode{template<class Fn,}\br
18192
\tcode{class... ArgTypes>}\br
0 commit comments