File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 52785278\end{codeblock}
52795279
52805280\pnum
5281- \tcode{\exposid{iterator}::iterator_concept} is defined as follows:
5281+ \tcode{\exposid{iterator}::iterator_concept} is determined as follows:
52825282\begin{itemize}
52835283\item If \exposid{Base} models \libconcept{random_access_range}, then
52845284\tcode{iterator_concept} denotes \tcode{random_access_iterator_tag}.
52935293\end{itemize}
52945294
52955295\pnum
5296- The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
5296+ The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
52975297if and only if \exposid{Base} models \libconcept{forward_range}.
52985298In that case,
5299- \tcode{\exposid{iterator}::iterator_category} is defined as follows:
5299+ \tcode{\exposid{iterator}::iterator_category} is determined as follows:
53005300Let \tcode{C} denote the type
53015301\tcode{iterator_traits<iterator_t<\exposid{Base}>>::iterator_category}.
53025302\begin{itemize}
You can’t perform that action at this time.
0 commit comments