...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Parse a character buffer using a rule.
Defined in header <boost/url/grammar/parse.hpp>
template< class Rule> system::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 is 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>