Home | Libraries | People | FAQ | More |
Assignment.
pct_string_view& operator=( pct_string_view const& other);
The copy will reference the same underlying character buffer. Ownership is not transferred.
this->data() == other.data()
Constant.
Throws nothing.