![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <cpg/cpg_std_extensions.hpp>
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 () |
int main | ( | ) |
void pack_handle_1 | ( | auto... | args | ) |
void pack_handle_2 | ( | auto... | args | ) |
void pack_handle_3 | ( | auto... | args | ) |
void pack_handle_4 | ( | auto... | args | ) |
Definition at line 71 of file fold_visitor.cpp.
void test_fold_visitor | ( | ) |
Definition at line 90 of file fold_visitor.cpp.