![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Public Member Functions | |
mem_func_call_wrapper (ReturnType(ClassType::*mptr)(Types...)) | |
template<typename TypeClass , typename... ArgTypes> | |
ReturnType | operator() (TypeClass &&obj, ArgTypes &&... args) const |
Definition at line 7 of file 10-mem_fn.cpp.
|
inline |
Definition at line 12 of file 10-mem_fn.cpp.
|
inline |
Definition at line 16 of file 10-mem_fn.cpp.