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

Method erase

include/boost/parser/parser.hpp:6223–6226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6221 of the symbol table inside the parse context `context`. */
6222 template<typename Context>
6223 void erase(Context const & context, std::string_view str) const
6224 {
6225 this->parser_.erase(context, str);
6226 }
6227
6228 /** Erases all the entries from the copy of the symbol table inside
6229 the parse context `context`. */

Callers 4

mainFunction · 0.45
eraseMethod · 0.45
erase_for_next_parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected