boost::urls::grammar::parse
Parse a character buffer using a rule
Synopses
Declared in <boost/url/grammar/parse.hpp>
Parse a character buffer using a rule
Parse a character buffer using a rule
Parameters
Name |
Description |
s |
The input string |
r |
The rule to use |
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. |
Created with MrDocs