![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_output.hpp>#include <tpf_safe_type.hpp>#include <tpf_chrono_random.hpp>#include <execution>Go to the source code of this file.
Functions | |
| void | problem_with_parallel_algorithm () |
| void | safer_way_of_parallel_algorithm () |
| void | safer_way_of_parallel_algorithm_using_exception () |
| int | main () |
Variables | |
| tpf::sstream | stream |
| auto | endl = tpf::endl |
| int main | ( | ) |
| void problem_with_parallel_algorithm | ( | ) |
Definition at line 22 of file 034-exception_safe.cpp.
| void safer_way_of_parallel_algorithm | ( | ) |
Definition at line 58 of file 034-exception_safe.cpp.
| void safer_way_of_parallel_algorithm_using_exception | ( | ) |
| auto endl = tpf::endl |
Definition at line 20 of file 034-exception_safe.cpp.
| tpf::sstream stream |
Definition at line 19 of file 034-exception_safe.cpp.