Lely core libraries 2.3.4
lely::c_mem_call< R(*)(ArgTypes...), C, M > Struct Template Reference

Provides a C wrapper for a member function with an arbitrary number of arguments. More...

#include <c_call.hpp>

Inheritance diagram for lely::c_mem_call< R(*)(ArgTypes...), C, M >:
Collaboration diagram for lely::c_mem_call< R(*)(ArgTypes...), C, M >:

Detailed Description

template<class R, class... ArgTypes, class C, typename c_mem_fn< R(*)(ArgTypes...), C >::type M>
struct lely::c_mem_call< R(*)(ArgTypes...), C, M >

Provides a C wrapper for a member function with an arbitrary number of arguments.

Definition at line 150 of file c_call.hpp.


The documentation for this struct was generated from the following file: