boost::urls::url_view::url_view

Constructor

Synopses

Declared in <boost/url/url_view.hpp>
Constructor
url_view() noexcept;


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


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


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


» more... Constructor
template<class String>
requires std::is_convertible<
                String,
                core::string_view
                    >::value &&
            !std::is_convertible<
                String*,
                url_view_base*
                    >::value
url_view(String const& s);


» more...

Exceptions

Name Thrown on
system_error The input failed to parse correctly.

Parameters

Name Description
other The other view.
s The string to parse.

See Also

parse_uri_reference.

Created with MrDocs