C++ Library Extensions 2022.12.09
To help learn modern C++ programming
fold_visitor.cpp File Reference
Include dependency graph for fold_visitor.cpp:

Go to the source code of this file.

Functions

void pack_handle_1 (auto... args)
 
void pack_handle_2 (auto... args)
 
void pack_handle_3 (auto... args)
 
void pack_handle_4 (auto... args)
 
void test_fold_visitor ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 99 of file fold_visitor.cpp.

Here is the call graph for this function:

◆ pack_handle_1()

void pack_handle_1 ( auto...  args)

Definition at line 5 of file fold_visitor.cpp.

Here is the caller graph for this function:

◆ pack_handle_2()

void pack_handle_2 ( auto...  args)

Definition at line 27 of file fold_visitor.cpp.

Here is the caller graph for this function:

◆ pack_handle_3()

void pack_handle_3 ( auto...  args)

Definition at line 49 of file fold_visitor.cpp.

Here is the caller graph for this function:

◆ pack_handle_4()

void pack_handle_4 ( auto...  args)

Definition at line 71 of file fold_visitor.cpp.

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

◆ test_fold_visitor()

void test_fold_visitor ( )

Definition at line 90 of file fold_visitor.cpp.

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