![]() |
Home | Libraries | People | FAQ | More |
Constructor.
pct_string_view( core::string_view s);
The newly constructed string references the specified character buffer. Ownership is not transferred.
this->[link url.ref.boost__urls__pct_string_view.data `data`]() == s.data() && this->[link url.ref.boost__urls__pct_string_view.size `size`]() == s.size()
Linear in s.size().
Exceptions thrown on invalid input.
|
Type |
Thrown On |
|---|---|
|
|
The string contains an invalid percent encoding. |
|
Name |
Description |
|---|---|
|
|
The string to construct from. |