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
url_base::resolve

Resolve a URL reference against a base URL.

friend result< void >
resolve(
    url_view_base const& base,
    url_view_base const& ref,
    url_base& dest);
  » more...

Resolve a URL reference against this base URL.

result< void >
resolve(
    url_view_base const& ref);
  » more...

PrevUpHomeNext