Archive to calculate the size an object needs for packing. More...
Public Member Functions | |
std::streamsize | size (void) const noexcept |
Returns the number of bytes required to pack the object. | |
Private Member Functions | |
std::streamsize | xsputn (const char_type *, std::streamsize n) final |
Counts how many bytes are written into the stream. | |
void | advance (const std::size_t size) noexcept |
Advances the buffer pointer. | |
std::streamsize | written_bytes (void) const noexcept |
Returns how many bytes have been written. | |
Archive to calculate the size an object needs for packing.
For more information, visit http://www.boost.org/doc/libs/release/libs/serialization/doc/index.html .