Boost logo

Boost Users :

Subject: [Boost-users] Serialize dynamic_bitset?
From: Simon Fraser (smfr_at_[hidden])
Date: 2008-09-28 22:37:50


Does anyone have any code available to serialize dynamic_bitset?

I'm guessing it would be most efficient to use from_block_range/
to_block_range and serialize the blocks one by one, or would
it be reasonable to use to_string and the string constructor?
I worry that care needs to be taken to avoid endianness issues.

Thanks
Simon


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net