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 47594759satisfy the filter predicate.
47604760
47614761\pnum
4762- \tcode{\exposid{iterator}::iterator_concept} is defined as follows:
4762+ \tcode{\exposid{iterator}::iterator_concept} is determined as follows:
47634763\begin{itemize}
47644764\item If \tcode{V} models \libconcept{bidirectional_range}, then
47654765\tcode{iterator_concept} denotes \tcode{bidirectional_iterator_tag}.
47714771\end{itemize}
47724772
47734773\pnum
4774- The member \grammarterm{typedef-name} \tcode{iterator_category} is defined
4774+ The member \grammarterm{typedef-name} \tcode{iterator_category} is declared
47754775if and only if \tcode{V} models \libconcept{forward_range}.
47764776In that case,
4777- \tcode{\exposid{iterator}::iterator_category} is defined as follows:
4777+ \tcode{\exposid{iterator}::iterator_category} is determined as follows:
47784778\begin{itemize}
47794779\item Let \tcode{C} denote the type
47804780\tcode{iterator_traits<iterator_t<V>>::iterator_category}.
You can’t perform that action at this time.
0 commit comments