$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Access function parameter types as mpl sequence?
From: Bruno Lalande (bruno.lalande_at_[hidden])
Date: 2009-06-09 07:22:02
> Only if you know the type of the function.
>
> http://www.boost.org/libs/function_types
Waw. I hadn't noticed this library, I used to use the function_traits
of Boost.TypeTraits which is much more limited precisely because it
doesn't expose arguments as a MPL sequence.
Maybe pointing out the existence of Boost.FunctionTypes in the doc of
function_traits could be good? BTW, I'm wondering if keeping
function_traits makes sense as long as a specialized library
exists...?
Bruno