<boost/url/pct_string_view.hpp>
constexpr
pct_string_view(pct_string_view const& other) = default;
The copy references the same underlying character buffer. Ownership is not transferred.
this->data() == other.data()
Constant.
Throws nothing.
Name | Description |
---|---|
other | The string to copy. |