<boost/url/segments_encoded_view.hpp>
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...
Name | Thrown on |
---|---|
system_error |
s contains an invalid path. |
Name | Description |
---|---|
s | The string to parse. |