![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <iostream>#include <tuple>#include <variant>Go to the source code of this file.
Classes | |
| struct | type_list_t< Types > |
| class | multiple_packs< type_list_t< Types_1... >, type_list_t< Types_2... > > |
Functions | |
| void | test_multiple_packs () |
| void | how_to_use_multiple_packs () |
| int | main () |
Variables | |
| auto & | stream = std::cout |
| auto | endl = "\n" |
| void how_to_use_multiple_packs | ( | ) |
Definition at line 44 of file 17-multiple_packs.cpp.
| int main | ( | ) |
| void test_multiple_packs | ( | ) |
Definition at line 36 of file 17-multiple_packs.cpp.
| auto endl = "\n" |
Definition at line 6 of file 17-multiple_packs.cpp.
| auto& stream = std::cout |
Definition at line 5 of file 17-multiple_packs.cpp.