16 Aug
2010
16 Aug
'10
2:57 p.m.
I would like to detect the arity and argument types of a class's constructor. Is this possible? The documentation for function_traits says: "function_traits is intended to introspect only C++ functions of the form R (), R( A1 ), R ( A1, ... etc. ) and not function pointers or class member functions."