Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext
http::serializer::reader_impl

Provides low-level access to the associated BodyWriter (DEPRECATED)

Synopsis
writer&
reader_impl();
Description

This function provides access to the instance of the writer associated with the body and created by the serializer upon construction. The behavior of accessing this object is defined by the specification of the particular writer and its associated body.

Return Value

A reference to the writer.


PrevUpHomeNext