Rule for authority
Synopsis
constexpr /* implementation-defined */ authority_rule = {};
Description
Value Type
using value_type = authority_view;
Example
Rules are used with the function grammar::parse
.
system::result< authority_view > rv = grammar::parse( "user:pass@example.com:8080", authority_rule );
BNF
authority = [ userinfo "@" ] host [ ":" port ]
See Also
Created with MrDocs