RTT::detail::ArgMember< F > Class Template Reference
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>
List of all members.
|
Public Types |
typedef boost::function_type
< boost::plain_function,
arg_signature >::type | type |
Detailed Description
template<class F>
class RTT::detail::ArgMember< F >
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.
The documentation for this class was generated from the following file: