boost::urls::grammar::parse
Parse a character buffer using a rule
Synopsis
Parameters
| Name | Description |
|---|---|
it |
A pointer to the start. The caller's variable is changed to reflect the amount of input consumed. |
end |
A pointer to the end. |
r |
The rule to use |
s |
The input string |
Created with MrDocs