SpiecsEngine
 
Loading...
Searching...
No Matches

◆ radix_trie()

template<size_t BITS>
scl::radix_trie< BITS, 1 >::radix_trie ( )
inlineexplicit

Constructor Function.

Definition at line 53 of file RadixTrie.h.

54 {
55 m_Root = new Leaf;
56 }
Leaf * m_Root
Root Node.
Definition RadixTrie.h:46
void * get(size_t k) const
Get item by key.
Definition RadixTrie.h:74

References m_Root.