Home | Libraries | People | FAQ | More |
Constructor.
constexpr pct_string_view( 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.