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

Function trie_map

include/boost/parser/detail/text/trie_map.hpp:240–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 using match_result = trie_match_result;
239
240 trie_map() : size_(0) {}
241
242 trie_map(Compare const & comp) : size_(0), comp_(comp) {}
243

Callers

nothing calls this directly

Calls 4

from_trie_implFunction · 0.85
insertFunction · 0.70
beginFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected