
6 Oct
2010
6 Oct
'10
6:33 p.m.
On 2010-10-06 19:19, Simonson, Lucanus J wrote:
Just replicate the tuple interface but accpet and return optional<T> for each element and store it as a bit_vector and a regular tuple internally. Call it tuple_optional or tuptional or some such. Such a library could be implemented, documented, tested and ready for review in about one week flat, but I have no interest in either writing it or using it. I don't use optional either.
Sounds like a good starting point (or fusion vectors). Is there some kind of facility that is able to point to "padding space" in aligned structures? (perhaps a facility of the alignment stuff in boost)? Cheers, Rutger