[#75D74AF14E350955C201C400F070BA32E7537BEE]
Assignment
constexpr pct_string_view& operator=(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.