Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
url_view::url_view (1 of 4 overloads)

Constructor.

Synopsis
url_view();
Description

Default constructed views refer to a string with zero length, which always remains valid. This matches the grammar for a relative-ref with an empty path and no query or fragment.

BNF
relative-ref  = relative-part [ "?" query ] [ "#" fragment ]
Exception Safety

Throws nothing.

Specification

4.2. Relative Reference (rfc3986)


PrevUpHomeNext