Constructor
<include/boost/url/segments_encoded_view.hpp>
constexpr
segments_encoded_view() = default;
» more...
constexpr
segments_encoded_view(segments_encoded_view const&) noexcept = default;
» more...
segments_encoded_view(core::string_view s);
» more...
Default-constructed segments have zero elements.
segments_encoded_view ps;
return segments_encoded_view( "" );
Name | Thrown on |
---|---|
[object Object] |
contains an invalid path. |
Name | Description |
---|---|
s | The string to parse. |