boost::urls::url_view_base::has_fragment
Return true if a fragment is present
Synopsis
Declared in <boost/url/url_view_base.hpp>
bool
has_fragment() const noexcept;
Description
This function returns true if the url contains a fragment. An empty fragment is distinct from no fragment.
BNF
URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ]
relative-ref = relative-part [ "?" query ] [ "#" fragment ]
See Also
encoded_fragment
, fragment
.
Created with MrDocs