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::basic_parser::base (1 of 2 overloads)

Returns a reference to this object as a basic_parser.

Synopsis
basic_parser&
base();
Description

This is used to pass a derived class where a base class is expected, to choose a correct function overload when the resolution would be ambiguous.


PrevUpHomeNext