halcheck
1.0
Loading...
Searching...
No Matches
halcheck
lib
trie
begin
drop
drop
drop
empty
end
find
operator*
operator[]
set
set
size
trie
trie
trie
◆
set()
[1/2]
template<typename K , typename V , typename Hash = std::hash<K>>
template<typename R >
trie
halcheck::lib::trie
< K, V, Hash >::set
(
const R &
range
,
V
value
) const
inline
Constructs a new trie with a specific value replaced.
Template Parameters
R
The type of range holding a sequence of keys.
Parameters
range
A sequence of keys.
value
The value to assign.
Returns
A new trie with the value of the node identified by
range
changed to
value
.
Generated by
1.12.0