[#7AE26581C5E08193970258FF3AFB411C9818AA7D]
Constructor
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.