Constructor
<include/boost/url/pct_string_view.hpp>
constexpr
pct_string_view() = default;
» more...
constexpr
pct_string_view(pct_string_view const& other) = default;
» more...
template<
class String,
class = void>
pct_string_view(String const& s);
» more...
pct_string_view(std::nullptr_t) = delete;
» more...
pct_string_view(
char const* s,
std::size_t len);
» more...
pct_string_view(core::string_view s);
» more...
Default constructed string are empty.
Name | Thrown on |
---|---|
[object Object] |
string contains an invalid percent encoding. |
Name | Description |
---|---|
s, | len The string to construct from. |
s | The string to construct from. |