boost::urls::grammar::parse
Parse a character buffer using a rule
Synopsis
Declared in header <boost/url/grammar/parse.hpp>
template<class Rule>
system::result<Rule::value_type>
parse(
char const*& it,
char const* end,
Rule const& r);