C++ Library Extensions 2022.12.09
To help learn modern C++ programming
mem_func_call_wrapper< ReturnType, ClassType, Types > Member List

This is the complete list of members for mem_func_call_wrapper< ReturnType, ClassType, Types >, including all inherited members.

mem_func_call_wrapper(ReturnType(ClassType::*mptr)(Types...))mem_func_call_wrapper< ReturnType, ClassType, Types >inline
operator()(TypeClass &&obj, ArgTypes &&... args) constmem_func_call_wrapper< ReturnType, ClassType, Types >inline