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 a snapshot of the develop branch, built from commit b8adfe0e57.
PrevUpHomeNext
http::basic_fields::swap (2 of 2 overloads)

Return a buffer sequence representing the trailers.

Synopsis
void
swap(
    basic_fields& other);
Description

This function returns a buffer sequence holding the serialized representation of the trailer fields promised in the Accept field. Before calling this function the Accept field must contain the exact trailer fields desired. Each field must also exist. Swap this container with another


PrevUpHomeNext