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 a snapshot of the develop branch, built from commit a0dc1f9511.
PrevUpHomeNext
url_view::url_view

Constructor.

url_view();
  » more...

url_view(
    core::string_view s);
  » more...

url_view(
    url_view const& other);
  » more...

url_view(
    url_view_base const& other);
  » more...

Constructor.

template<
    class String>
url_view(
    String const& s);
  » more...

PrevUpHomeNext