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

Convert class const 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...) const >

Convert class const member method type to equivalent function type.

Definition at line 30 of file convert_function_type.hpp.


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