Go to the source code of this file.
|
void | serial_algorithm () |
|
template<typename Policy , typename IteratorBegin , typename IteratorEnd , typename Callback > |
bool | my_for_each (Policy &&policy, IteratorBegin &&begin, IteratorEnd &&end, Callback &&callback) |
|
void | safe_serial_algorithm () |
|
template<typename Policy , typename IteratorBegin , typename IteratorEnd , typename Callback > |
void | safe_for_each (Policy &&policy, IteratorBegin &&begin, IteratorEnd &&end, Callback &&callback) |
|
template<typename Policy , typename IteratorBegin , typename IteratorEnd , typename Callback > |
void | go_parallel (Policy &&policy, IteratorBegin &&begin, IteratorEnd &&end, Callback &&callback) |
|
void | safe_parallel_algorithm () |
|
void | safe_parallel_algorithm_bool () |
|
void | safe_parallel_algorithm_return () |
|
void | safe_parallel_algorithm_throw () |
|
int | main () |
|
◆ go_parallel()
template<typename Policy , typename IteratorBegin , typename IteratorEnd , typename Callback >
void go_parallel |
( |
Policy && |
policy, |
|
|
IteratorBegin && |
begin, |
|
|
IteratorEnd && |
end, |
|
|
Callback && |
callback |
|
) |
| |
◆ main()
◆ my_for_each()
template<typename Policy , typename IteratorBegin , typename IteratorEnd , typename Callback >
bool my_for_each |
( |
Policy && |
policy, |
|
|
IteratorBegin && |
begin, |
|
|
IteratorEnd && |
end, |
|
|
Callback && |
callback |
|
) |
| |
◆ safe_for_each()
template<typename Policy , typename IteratorBegin , typename IteratorEnd , typename Callback >
void safe_for_each |
( |
Policy && |
policy, |
|
|
IteratorBegin && |
begin, |
|
|
IteratorEnd && |
end, |
|
|
Callback && |
callback |
|
) |
| |
◆ safe_parallel_algorithm()
void safe_parallel_algorithm |
( |
| ) |
|
◆ safe_parallel_algorithm_bool()
void safe_parallel_algorithm_bool |
( |
| ) |
|
◆ safe_parallel_algorithm_return()
void safe_parallel_algorithm_return |
( |
| ) |
|
◆ safe_parallel_algorithm_throw()
void safe_parallel_algorithm_throw |
( |
| ) |
|
◆ safe_serial_algorithm()
void safe_serial_algorithm |
( |
| ) |
|
◆ serial_algorithm()
void serial_algorithm |
( |
| ) |
|
◆ endl
◆ stream