boost::urls::segments_view::segments_view

Constructor

Synopses

Declared in <boost/url/segments_view.hpp>
Constructor
constexpr
segments_view() = default;


» more... Constructor
constexpr
segments_view(segments_view const& other) = default;


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


» more...

Exceptions

Name Thrown on
system_error s contains an invalid path.

Parameters

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

Created with MrDocs