mirror of
https://github.com/OpenMP/Examples.git
synced 2025-04-04 05:41:33 +01:00
13 lines
270 B
TeX
13 lines
270 B
TeX
%\pagebreak
|
|
\begin{cppspecific}[4ex]
|
|
\section{Parallel Random Access Iterator Loop}
|
|
\label{sec:pra_iterator}
|
|
\index{random access iterator, C++}
|
|
|
|
The following example shows a parallel random access iterator loop.
|
|
|
|
\cppnexample[3.0]{pra_iterator}{1}
|
|
\end{cppspecific}
|
|
|
|
|