fw4spl
fwCom::util::convert_function_type< R(C::*)(Args...) > Struct Template Reference

Convert class member method type to equivalent function type. More...

#include <convert_function_type.hpp>

Public Types

typedef R type(Args...)
 

Detailed Description

template<typename R, typename C, typename... Args>
struct fwCom::util::convert_function_type< R(C::*)(Args...) >

Convert class member method type to equivalent function type.

Definition at line 23 of file convert_function_type.hpp.


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