![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Go to the source code of this file.
Classes | |
| class | fcp::vector_3d< ElementType > |
Namespaces | |
| namespace | fcp |
Functions | |
| void | test_vector_operation () |
| template<typename Policy > | |
| void | performance_test (Policy policy, size_t test_count, size_t element_count) |
| int | main () |
Variables | |
| tpf::sstream | stream |
| auto | nl = tpf::nl |
| auto | endl = tpf::endl |
| int main | ( | ) |
| void performance_test | ( | Policy | policy, |
| size_t | test_count, | ||
| size_t | element_count | ||
| ) |
Definition at line 61 of file 044-parallel.cpp.
| void test_vector_operation | ( | ) |
Definition at line 42 of file 044-parallel.cpp.
| auto endl = tpf::endl |
Definition at line 7 of file 044-parallel.cpp.
| auto nl = tpf::nl |
Definition at line 6 of file 044-parallel.cpp.
| tpf::sstream stream |
Definition at line 5 of file 044-parallel.cpp.