:relfileprefix: ../../../ [#boost-urls-pct_string_view-2constructor-00] = 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 Constructor == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr pct_string_view() = default; ---- == Description Default constructed string are empty. === Complexity Constant. === Exception Safety Throws nothing.