C++ Library Extensions 2022.12.09
To help learn modern C++ programming
17-multiple_packs.cpp File Reference
#include <iostream>
#include <tuple>
#include <variant>
Include dependency graph for 17-multiple_packs.cpp:

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"
 

Function Documentation

◆ how_to_use_multiple_packs()

void how_to_use_multiple_packs ( )

Definition at line 44 of file 17-multiple_packs.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 73 of file 17-multiple_packs.cpp.

Here is the call graph for this function:

◆ test_multiple_packs()

void test_multiple_packs ( )

Definition at line 36 of file 17-multiple_packs.cpp.

Variable Documentation

◆ endl

auto endl = "\n"

Definition at line 6 of file 17-multiple_packs.cpp.

◆ stream

auto& stream = std::cout

Definition at line 5 of file 17-multiple_packs.cpp.