boost::urls::pct_string_view::pct_string_view
Constructor
Synopsis
Declared in <include/boost/url/pct_string_view.hpp>
pct_string_view(
char const* s,
std::size_t len);
cpp
Parameters
Name | Description |
---|---|
s |
The string to construct from. |
len |
The length of the string. |
Created with MrDocs