![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_output.hpp>Go to the source code of this file.
Classes | |
| class | mem_func_call_wrapper< ReturnType, ClassType, Types > |
| class | DummyClass< ElementType > |
Functions | |
| template<typename ReturnType , typename ClassType , typename... Types> | |
| mem_func_call_wrapper< ReturnType, ClassType, Types... > | mem_fn (ReturnType(ClassType::*mptr)(Types...)) |
| void | test_mem_fn () |
| int | main () |
Variables | |
| tpf::sstream | stream |
| auto | endl = tpf::endl |
| int main | ( | ) |
| mem_func_call_wrapper< ReturnType, ClassType, Types... > mem_fn | ( | ReturnType(ClassType::*)(Types...) | mptr | ) |
| void test_mem_fn | ( | ) |
Definition at line 47 of file 10-mem_fn.cpp.
| auto endl = tpf::endl |
Definition at line 4 of file 10-mem_fn.cpp.
| tpf::sstream stream |
Definition at line 3 of file 10-mem_fn.cpp.