libstdc++
__gnu_parallel::parallel_tag Struct Reference
Inheritance diagram for __gnu_parallel::parallel_tag:
Inheritance graph

List of all members.

Public Member Functions


Detailed Description

Recommends parallel execution at compile time, optionally using a user-specified number of threads.

Definition at line 46 of file tags.h.


Constructor & Destructor Documentation

Default constructor. Use default number of threads.

Definition at line 53 of file tags.h.

Default constructor. Recommend number of threads to use.

Parameters:
num_threadsDesired number of threads.

Definition at line 60 of file tags.h.


Member Function Documentation

Find out desired number of threads.

Returns:
Desired number of threads.

Definition at line 67 of file tags.h.

Referenced by __gnu_parallel::parallel_sort().

Set the desired number of threads.

Parameters:
num_threadsDesired number of threads.

Definition at line 77 of file tags.h.


The documentation for this struct was generated from the following file: