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

Method clear

include/boost/parser/parser.hpp:5385–5389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5383 of the symbol table inside the parse context `context`. */
5384 template<typename Context>
5385 void clear(Context const & context) const
5386 {
5387 auto [trie, _] = detail::get_trie(context, ref());
5388 trie.clear();
5389 }
5390
5391 template<
5392 typename Iter,

Callers

nothing calls this directly

Calls 2

get_trieFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected