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

http::parser::base
PrevUpHomeNext

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