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 a41ccee commit 38963adCopy full SHA for 38963ad
source/iostreams.tex
@@ -4588,8 +4588,8 @@
4588
4589
\pnum
4590
The currently imbued locale in \tcode{is} is used
4591
-to determine whether or not the next input character is whitespace.
4592
-The character \tcode{c} is a whitespace character if
+to determine whether the next input character is whitespace:
+The character \tcode{c} is a whitespace character if and only if
4593
\tcode{ct.is(ct.space, c)} is \tcode{true},
4594
where \tcode{ct} is \tcode{use_facet<ctype<charT>>(is.getloc())}.
4595
0 commit comments