$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thomas Wenisch (twenisch_at_[hidden])
Date: 2003-12-04 14:02:47
Hi all,
Does anyone have an implementation of boost::function_traits<T> where T
is a member function pointer? I want to extract the arity and argument
types for member function pointers. From the docs and my (brief) testing,
boost::function_triats<> works only if T is a function type.
Alternatively, is there a way to write a metafunction which takes a single
parameter and can go from a member function pointer type of the form:
R (T::*)(A1, A2)
To a function type:
R (T *, A1, A2)
Thanks!
Regards,
-Tom Wenisch
Computer Architecture Lab
Carnegie Mellon University