![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Go to the source code of this file.
Functions | |
void | summary_apply_binary_operation_to_array_tuple () |
void | test_apply_operation_to_tuple () |
void | test_apply_operation_to_array () |
int | main () |
Variables | |
tpf::sstream | stream |
auto & | endl = tpf::endl |
auto & | endL = tpf::endL |
int main | ( | ) |
void summary_apply_binary_operation_to_array_tuple | ( | ) |
void test_apply_operation_to_array | ( | ) |
Definition at line 116 of file apply_operations.cpp.
void test_apply_operation_to_tuple | ( | ) |
Definition at line 58 of file apply_operations.cpp.
auto& endl = tpf::endl |
Definition at line 32 of file apply_operations.cpp.
auto& endL = tpf::endL |
Definition at line 33 of file apply_operations.cpp.
tpf::sstream stream |
Definition at line 31 of file apply_operations.cpp.