<boost/url/grammar/parse.hpp>
template<Rule R>
system::result<R::value_type>
parse(
char const*& it,
char const* end,
R const& r);
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 |