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.
1 parent 77c2f53 commit b358b02Copy full SHA for b358b02
source/meta.tex
@@ -4173,10 +4173,10 @@
4173
\begin{itemdescr}
4174
\pnum
4175
\returns
4176
-\tcode{true} if \tcode{r} represents a member function that is declared explicit.
+\tcode{true} if \tcode{r} represents a member function that is declared \tcode{explicit}.
4177
Otherwise, \tcode{false}.
4178
\begin{note}
4179
-If \tcode{r} represents a member function template that is declared explicit,
+If \tcode{r} represents a member function template that is declared \tcode{explicit},
4180
\tcode{is_explicit(r)} is still \tcode{false}
4181
because in general,
4182
such queries for templates cannot be answered.
0 commit comments