Destructor
Synopsis
Declared in header </boost/url/url.hpp#L85[boost/url/url.hpp,window=blank_]>
virtual
~url();
Description
Any params, segments, iterators, or views which reference this object are invalidated. The underlying character buffer is destroyed, invalidating all references to it.
Return Value
-
void