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

url_view::url_view
PrevUpHomeNext

Constructor.

url_view();
  » more...

url_view(
    string_view s);
  » more...

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

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

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

PrevUpHomeNext