boost::urls::relative_ref_rule
Rule for relative-ref
Synopsis
Declared in header <boost/url/rfc/relative_ref_rule.hpp>
constexpr
implementation-defined relative_ref_rule = {};
Description
Example
Rules are used with the function grammar::parse .
system::result< url_view > rv = grammar::parse( "images/dot.gif?v=hide#a", relative_ref_rule );