Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_url::~static_url

Destructor.

Synopsis
~static_url();
Description

Any params, segments, or iterators which reference this object are invalidated. The underlying character buffer is destroyed, invalidating all references to it.


PrevUpHomeNext