![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Go to the source code of this file.
Functions | |
void | summary_array_tuple_converstion () |
void | test_conversion_from_tuple_to_container () |
void | test_conversion_from_array_to_container () |
int | main () |
Variables | |
tpf::sstream | stream |
auto & | endl = tpf::endl |
auto & | endL = tpf::endL |
int main | ( | ) |
Definition at line 107 of file array_tuple_conversion.cpp.
void summary_array_tuple_converstion | ( | ) |
Definition at line 22 of file array_tuple_conversion.cpp.
void test_conversion_from_array_to_container | ( | ) |
Definition at line 77 of file array_tuple_conversion.cpp.
void test_conversion_from_tuple_to_container | ( | ) |
Definition at line 32 of file array_tuple_conversion.cpp.
auto& endl = tpf::endl |
Definition at line 19 of file array_tuple_conversion.cpp.
auto& endL = tpf::endL |
Definition at line 20 of file array_tuple_conversion.cpp.
tpf::sstream stream |
Definition at line 18 of file array_tuple_conversion.cpp.