Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
url_view::~url_view

Destructor.

Synopsis
~url_view();
Description

Any param views, segment views, or iterators which reference this object are invalidated. The ownership and lifetime of the underlying character buffer remains unchanged.


PrevUpHomeNext