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 8023065 commit ce565a3Copy full SHA for ce565a3
src/exceptions.tex
@@ -26,7 +26,7 @@
26
The class \tcode{exception_list} owns a sequence of \tcode{exception_ptr} objects.
27
28
\pnum
29
-The type \tcode{exception_list::iterator} fulfills the requirements of \tcode{ForwardIterator}.
+\tcode{exception_list::iterator} is an iterator which meets the forward iterator requirements and has a value type of \tcode{exception_ptr}.
30
31
\begin{itemdecl}
32
size_t size() const noexcept;
0 commit comments