$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-10-10 17:34:22
"Aaron W. LaFramboise" <aaronrabiddog51_at_[hidden]> wrote in message
news:4160D052.6000504_at_aaronwl.com...
> Are there any Boost support for manipulating function types? Operations
> I have in mind include: setting return type, setting argument type,
> changing number of arguments, et cetera.
>
> If not, is there some generally accepted way to accomplish this, and is
> any work being done to add this feature to Boost?
>
> Aaron W. LaFramboise
I just wrote a small library which allows you to do this, by translating between
function types and MPL sequences.
http://home.comcast.net/~jturkanis/function_traits/
Jonathan