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

static_url::static_url
PrevUpHomeNext

Constructor.

static_url();
  » more...

explicit
static_url(
    string_view s);
  » more...

static_url(
    static_url const& u);
  » more...

static_url(
    url_view_base const& u);
  » more...

PrevUpHomeNext