Home | Libraries | People | FAQ | More |
Parse a character buffer using a rule.
Defined in header <boost/url/grammar/parse.hpp>
template< class Rule> result< typename Rule::value_type > parse( char const *& it, char const* end, Rule const& r);
Name |
Description |
---|---|
|
A pointer to the start. The caller's variable will be changed to reflect the amount of input consumed. |
|
A pointer to the end. |
|
The rule to use |
The parsed value upon success, otherwise an error.
Convenience header <boost/url/grammar.hpp>