Rule for relative‐ref
Synopsis
constexpr /* implementation-defined */ relative_ref_rule = {};
Description
Value Type
using value_type = url_view;
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 );
BNF
relative-ref = relative-part [ "?" query ] [ "#" fragment ]
See Also
Created with MrDocs