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::parser::parser (4 of 5 overloads)

Constructor.

Synopsis
template<
    class... Args>
parser(
    Args&&... args);
Description Parameters

Name

Description

args

Optional arguments forwarded to the http::message constructor.

Remarks

This function participates in overload resolution only if the first argument is not a http::parser.


PrevUpHomeNext