28 Mar
2018
28 Mar
'18
2:09 p.m.
On Wed, Mar 28, 2018 at 1:44 AM, DePizzottri via Boost-users
Ok, thanks, now I see. At first glance it wasn't obvious for me that the field's name stored as reinterpreted memory buffer. Is this for name, value and all value_type members of basic_field to lie in continuous block of memory, or there is another reason?
basic_fields stores the field values in their serialized representation, this allows the header to be serialized without allocating any memory.