[#boost-urls-static_url-2destructor] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/static_url.adoc[static_url]::~static_url :relfileprefix: ../../../ :mrdocs: Destructor == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/static_url.hpp#L130[boost/url/static_url.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual ~static_url() = default; ---- == Description Any params, segments, iterators, or views which reference this object are invalidated. The underlying character buffer is destroyed, invalidating all references to it. [.small]#Created with https://www.mrdocs.com[MrDocs]#