
23 May
2011
23 May
'11
2:15 a.m.
On Sun, May 22, 2011 at 2:34 PM, Edward Diener <eldiener@tropicsoft.com> wrote:
On 5/18/2011 1:36 AM, Vicente Botet wrote:
Edward Diener-3 wrote:
Wow, I missed this point. For example, Boost.Thread make use of some traits of this kind. I guess that it should be no too much work to provide the equivalent for free functions; isn't it?
If it can be done it should be a separate library.
My library is Type Traits Introspection, meaning it introspects a type.
I would say a function signature is a type. At least it is once it exists. You can argue about whether a type_exists<Type>::value trait makes sense in general. Tony