A complexer variant of UnMember: Convert a member function type to a function type which contains the member as first argument. More...
#include <rtt/UnMember.hpp>
Public Types | |
typedef boost::function_type < boost::plain_function, arg_signature >::type | type |
A complexer variant of UnMember: Convert a member function type to a function type which contains the member as first argument.
Thus R (X::*)(Args) becomes R (X::*, Args)
Definition at line 80 of file UnMember.hpp.