boost::urls::url_view::url_view
Constructor
Synopsis
url_view() noexcept;
url_view(core::string_view s);
template<
class String,
class = void>
url_view(String const& s);
url_view(url_view_base const& other) noexcept;
Constructor
url_view() noexcept;
url_view(core::string_view s);
template<
class String,
class = void>
url_view(String const& s);
url_view(url_view_base const& other) noexcept;