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 47074707satisfy the filter predicate.
47084708
47094709\pnum
4710- \tcode{\exposid{iterator}::iterator_concept} is defined as follows:
4710+ \tcode{\exposid{iterator}::iterator_concept} is determined as follows:
47114711\begin{itemize}
47124712\item If \tcode{V} models \libconcept{bidirectional_range}, then
47134713\tcode{iterator_concept} denotes \tcode{bidirectional_iterator_tag}.
47194719\end{itemize}
47204720
47214721\pnum
4722- The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
4722+ The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
47234723if and only if \tcode{V} models \libconcept{forward_range}.
47244724In that case,
4725- \tcode{\exposid{iterator}::iterator_category} is defined as follows:
4725+ \tcode{\exposid{iterator}::iterator_category} is determined as follows:
47264726\begin{itemize}
47274727\item Let \tcode{C} denote the type
47284728\tcode{iterator_traits<iterator_t<V>>::iterator_category}.
You can’t perform that action at this time.
0 commit comments