Orocos Real-Time Toolkit
2.6.0
|
A complexer variant of UnMember: Convert a member function type to a function type which contains the object as first argument. More...
#include <rtt/internal/UnMember.hpp>
Public Types | |
typedef boost::function_types::function_type < arg_signature >::type | type |
A complexer variant of UnMember: Convert a member function type to a function type which contains the object as first argument.
Thus R (X::*)(Args) becomes R (X::*, Args)
Definition at line 97 of file UnMember.hpp.