10 Oct
2004
10 Oct
'04
10:34 p.m.
"Aaron W. LaFramboise"
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