![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Public Types | |
using | element_type = ElementType |
Public Member Functions | |
vector_3d () | |
vector_3d (element_type x, element_type y, element_type z) | |
Friends | |
vector_3d | operator* (const vector_3d &L, const vector_3d &R) |
std::ostream & | operator<< (std::ostream &os, const vector_3d &v) |
Definition at line 12 of file 044-parallel.cpp.
using fcp::vector_3d< ElementType >::element_type = ElementType |
Definition at line 15 of file 044-parallel.cpp.
|
inline |
Definition at line 21 of file 044-parallel.cpp.
|
inline |
Definition at line 23 of file 044-parallel.cpp.
|
friend |
Definition at line 26 of file 044-parallel.cpp.
|
friend |
Definition at line 33 of file 044-parallel.cpp.