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 52265226\end{codeblock}
52275227
52285228\pnum
5229- \tcode{\exposid{iterator}::iterator_concept} is defined as follows:
5229+ \tcode{\exposid{iterator}::iterator_concept} is determined as follows:
52305230\begin{itemize}
52315231\item If \exposid{Base} models \libconcept{random_access_range}, then
52325232\tcode{iterator_concept} denotes \tcode{random_access_iterator_tag}.
52415241\end{itemize}
52425242
52435243\pnum
5244- The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
5244+ The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
52455245if and only if \exposid{Base} models \libconcept{forward_range}.
52465246In that case,
5247- \tcode{\exposid{iterator}::iterator_category} is defined as follows:
5247+ \tcode{\exposid{iterator}::iterator_category} is determined as follows:
52485248Let \tcode{C} denote the type
52495249\tcode{iterator_traits<iterator_t<\exposid{Base}>>::iterator_category}.
52505250\begin{itemize}
You can’t perform that action at this time.
0 commit comments