boost::urls::static_url::~static_url

Destructor

Synopsis

Declared in <include/boost/url/static_url.hpp>

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.

Created with MrDocs