Constructor
void
pct_string_view(
const char* s,
size_t len);
Declared in file <boost/url/pct_string_view.hpp> at line 210
The newly constructed string references the specified character buffer. Ownership is not transferred.
this->data() == s && this->size() == len
Linear in `len`.
Exceptions thrown on invalid input.