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::parser::base

Returns a reference to this object as a http::basic_parser::basic_parser.

basic_parser&
base();
  » more...

Returns a constant reference to this object as a http::basic_parser::basic_parser.

basic_parser const&
base() const;
  » more...

PrevUpHomeNext