Destructor

Synopsis

Declared in <boost/url/url_view.hpp>

constexpr
~url_view() = default;

Description

Any params, segments, iterators, or other views which reference the same underlying character buffer remain valid.

Created with MrDocs