MCPcopy Create free account
hub / github.com/boostorg/parser / clear

Method clear

include/boost/parser/parser.hpp:6231–6234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6229 the parse context `context`. */
6230 template<typename Context>
6231 void clear(Context const & context) const
6232 {
6233 this->parser_.clear(context);
6234 }
6235 };
6236
6237#ifndef BOOST_PARSER_DOXYGEN

Callers 5

github_issue_36Function · 0.45
mainFunction · 0.45
clearMethod · 0.45
clear_for_next_parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected