![]() |
Home | Libraries | People | FAQ | More |
(Inherited from url_view_base
)
Return true if a fragment is present.
bool has_fragment() const;
This function returns true if the url contains a fragment. An empty fragment is distinct from no fragment.
assert( url_view( "http://www.example.com/index.htm#anchor" ).has_fragment() );
Constant.
Throws nothing.
URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ] relative-ref = relative-part [ "?" query ] [ "#" fragment ]