
25 Sep
2006
25 Sep
'06
6:45 p.m.
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Eric Niebler Sent: Monday, September 25, 2006 11:00 AM To: Boost mailing list Subject: [boost] Generic object construction
I have come up with a little generic object construction utility using Boost.Parameter that works for me. It allows you to non-intrusively associate named parameters with a type for the purpose of construction, and a way to forward a (possibly filtered) argument pack on to sub-objects. Is there general interest in such a utility?
This sounds like it would be generally useful for factory functions as well... Is that true? Thanks, Sohail