ordered (OpenMP Clauses)
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
Required on a parallel for statement if an ordered directive is to be used in the loop.
Syntax
ordered
Remarks
ordered
applies to the for directive.
For more information, see 2.4.1 for Construct.
Example
See ordered for an example of using ordered
clause.