<boost/url/segments_view.hpp>
constexpr
segments_view() = default;
» more...
Constructor
constexpr
segments_view(segments_view const& other) = default;
» more...
Constructor
segments_view(core::string_view s);
» more...
Name | Thrown on |
---|---|
system_error |
s contains an invalid path. |
Name | Description |
---|---|
other | The other view. |
s | The string to parse. |