mirror of
https://github.com/OpenMP/Examples.git
synced 2025-04-10 16:32:11 +01:00
12 lines
219 B
TeX
12 lines
219 B
TeX
\pagebreak
|
|
\section{Parallel Random Access Iterator Loop}
|
|
\cppspecificstart
|
|
\label{sec:pra_iterator}
|
|
|
|
The following example shows a parallel random access iterator loop.
|
|
|
|
\cppnexample{pra_iterator}{1}
|
|
\cppspecificend
|
|
|
|
|