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 to view this page for the latest version.
PrevUpHomeNext
http::serializer::writer_impl

Provides low-level access to the associated BodyWriter.

Synopsis
writer&
writer_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