
26 Jul
2010
26 Jul
'10
3:55 p.m.
On Mon, Jul 26, 2010 at 11:37 AM, Stefan Strasser <strasser@uni-bremen.de>wrote:
it seems to me that this is beyond the scope of a "bitfield tuple".
You may be right. I'll bright this up with my mentor and see what he thinks about it. Thanks for the feedback.
if I'd have to generate network packet headers I'd probably want a stream/output iterator that I can use to output data which guarantees endianness and alignment, not a data type that allows random access.
none of the other (aggregated) types of C++ give any guarantees about the
storage layout, not even PODs.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- thanks, Brian Bartman