Rule for relative‐ref
Synopsis
constexpr /* implementation-defined */ relative_ref_rule = {};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 ]Specification
See Also
Created with MrDocs