
19 Dec
2009
19 Dec
'09
11:56 a.m.
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users- bounces@lists.boost.org] On Behalf Of Mathias Gaunard Sent: 18 December 2009 22:51 To: boost-users@lists.boost.org Subject: Re: [Boost-users] metafunction to 'rangify'
Hicham Mouline wrote:
1. Is it possible to get the number of members of a struct at compile- time?
No. How about if I explicitly set a const static size_t number_of_members = ...; inside inputs?
would then the previously mentioned desired outcome be possible with Boost.fusion? Regards,