boost::urls::pct_string_view::pct_string_view
Constructor
Synopsis
constexpr
pct_string_view(pct_string_view const& other) = default;
Description
The copy references the same underlying character buffer. Ownership is not transferred.
this->data() == other.data()
Throws nothing.
Created with MrDocs