Constructor
Synopsis
Declared in header </boost/url/pct_string_view.hpp#L138[boost/url/pct_string_view.hpp,window=blank_]>
constexpr
pct_string_view(const pct_string_view& other) = default;
Description
The copy references the same underlying character buffer. Ownership is not transferred.
Postconditions
this->data() == other.data()
Complexity
Constant.
Exception Safety
Throws nothing.
other The string to copy.
Return Value
-
void
Parameters
Name | Type |
---|---|
other |
`` |