![]() |
Home | Libraries | People | FAQ | More |
Constructor.
url();
Default constructed urls contain a zero-length string. This matches the grammar for a relative-ref with an empty path and no query or fragment.
[link url.ref.boost__urls__url.url `url`] u;
this->[link url.ref.boost__urls__url.empty `empty`]() == true
Constant.
Throws nothing.
relative-[link url.ref.boost__urls__grammar__ref `ref`] = relative-part [ "?" [link url.ref.boost__urls__url.query `query`] ] [ "#" [link url.ref.boost__urls__url.fragment `fragment`] ]