[#boost-urls-grammar-parse-06] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/grammar.adoc[grammar]::parse :relfileprefix: ../../../ :mrdocs: Parse a character buffer using a rule == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/grammar/parse.hpp#L37[boost/url/grammar/parse.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<xref:boost/urls/grammar/Rule.adoc[Rule] R> system::result<R::value_type> parse( char const*& it, char const* end, R const& r); ---- == Return Value The parsed value upon success, otherwise an error. == Parameters |=== | 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 |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#