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