
15 Dec
2006
15 Dec
'06
9:47 p.m.
On 12/15/2006 02:33 AM, Weapon Liu wrote:
Larry Evans wrote: [snip]
I think a "full fledged class" (a.k.a. FFC) can be done with mpl::fold and CRTP. Each method can be in a separate class, and each field may be [snip] I'm really intrigued, Larry :-) So, please.
See boost vault under Template Metaprogramming in tuple_methods_proto.cpp.
BTW. How do we handle the accessibility?
I don't. Everything is public. Is that what you mean?