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::buffer_body::value_type

The type of the body member when used in a message.

Synopsis

Defined in header <boost/beast/http/buffer_body.hpp>

struct value_type
Data Members

Name

Description

data

A pointer to a contiguous area of memory of size octets, else nullptr.

more

true if this is not the last buffer.

size

The number of octets in the buffer pointed to by data.

Description

PrevUpHomeNext