Orocos Real-Time Toolkit
2.9.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/rtt-internal-fwd.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 56 of file rtt-internal-fwd.hpp.
typedef boost::function_types::function_type<arg_signature>::type RTT::internal::ArgMember< F >::type |
Definition at line 113 of file UnMember.hpp.