Assignment
pct_string_view&
operator=(
const pct_string_view& other);
Declared in file <boost/url/pct_string_view.hpp> at line 263
The copy references the same underlying character buffer. Ownership is not transferred.
this->data() == other.data()
Constant.
Throws nothing.