![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Go to the source code of this file.
Classes | |
| struct | vector_3d_pod |
| struct | vector_3d_class |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const vector_3d_pod &obj) |
| std::ostream & | operator<< (std::ostream &os, const vector_3d_class &obj) |
| template<typename ElementType > | |
| void | performance_test () |
| int | main () |
Variables | |
| tpf::sstream | stream |
| auto | endl = tpf::endl |
| int main | ( | ) |
Definition at line 77 of file 042-dynamic_array.cpp.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const vector_3d_class & | obj | ||
| ) |
Definition at line 33 of file 042-dynamic_array.cpp.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const vector_3d_pod & | obj | ||
| ) |
Definition at line 27 of file 042-dynamic_array.cpp.
| void performance_test | ( | ) |
| auto endl = tpf::endl |
Definition at line 6 of file 042-dynamic_array.cpp.
| tpf::sstream stream |
Definition at line 5 of file 042-dynamic_array.cpp.