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

Method insert

include/boost/parser/parser.hpp:6215–6218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6213 inside the parse context `context`. */
6214 template<typename Context>
6215 void insert(Context const & context, std::string_view str, T x) const
6216 {
6217 this->parser_.insert(context, str, std::move(x));
6218 }
6219
6220 /** Erases the entry whose UTF-8 match string is `str` from the copy
6221 of the symbol table inside the parse context `context`. */

Callers 15

json.cppFile · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
parser_rule.cppFile · 0.45
concepts.hppFile · 0.45
parser.hppFile · 0.45
insertFunction · 0.45
get_trieFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected