:relfileprefix: ../../../ [#boost-urls-pct_string_view-2constructor] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/pct_string_view.adoc[pass:[pct_string_view]]::pct_string_view == Members Constructor [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr xref:boost/urls/pct_string_view/2constructor-00.adoc[pass:[pct_string_view]]() = default; xref:boost/urls/pct_string_view/2constructor-00.adoc[pass:c,q,m[*_» more..._*]] ---- Constructor [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr xref:boost/urls/pct_string_view/2constructor-07.adoc[pass:[pct_string_view]](xref:boost/urls/pct_string_view.adoc[pct_string_view] const& other) = default; xref:boost/urls/pct_string_view/2constructor-07.adoc[pass:c,q,m[*_» more..._*]] ---- [source,cpp,subs="verbatim,macros,-callouts"] ---- template< class String, class = void> xref:boost/urls/pct_string_view/2constructor-0c.adoc[pass:[pct_string_view]](String const& s); xref:boost/urls/pct_string_view/2constructor-0c.adoc[pass:c,q,m[*_» more..._*]] ---- Constructor (deleted) [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:boost/urls/pct_string_view/2constructor-0f.adoc[pass:[pct_string_view]](xref:std.adoc[std]::nullptr_t) = delete; xref:boost/urls/pct_string_view/2constructor-0f.adoc[pass:c,q,m[*_» more..._*]] ---- Constructor [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:boost/urls/pct_string_view/2constructor-06.adoc[pass:[pct_string_view]]( char const* s, xref:std.adoc[std]::size_t len); xref:boost/urls/pct_string_view/2constructor-06.adoc[pass:c,q,m[*_» more..._*]] ---- Constructor [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:boost/urls/pct_string_view/2constructor-0d.adoc[pass:[pct_string_view]](core::string_view s); xref:boost/urls/pct_string_view/2constructor-0d.adoc[pass:c,q,m[*_» more..._*]] ----