boost::urls::url_view_base::has_fragment
Return true if a fragment is present
Description
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() );
See Also
encoded_fragment , fragment .
Created with MrDocs