Constructor
<boost/url/segments_encoded_view.hpp>Constructor
constexpr
segments_encoded_view() = default;
» more...
Constructor
constexpr
segments_encoded_view(segments_encoded_view const& other) noexcept = default;
» more...
Constructor
segments_encoded_view(core::string_view s);
» more...
Constructor
segments_encoded_view(
iterator first,
iterator last) noexcept;
» more...
| Name | Thrown on |
|---|---|
system_error |
s contains an invalid path. |
| Name | Description |
|---|---|
| s | The string to parse. |
| first | The beginning iterator. |
| last | The ending iterator. |