Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_impl
Function · 0.85
insert
Function · 0.70
begin
Function · 0.70
end
Function · 0.70
Tested by
no test coverage detected