![]() |
Home | Libraries | People | FAQ | More |
Constructor.
url_view();
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.
[link url.ref.boost__urls__url_view.url_view `url_view`] u;
this->[link url.ref.boost__urls__url_view.empty `empty`]() == true
Constant.
Throws nothing.
relative-[link url.ref.boost__urls__grammar__ref `ref`] = relative-part [ "?" [link url.ref.boost__urls__url_view.query `query`] ] [ "#" [link url.ref.boost__urls__url_view.fragment `fragment`] ]