Liar's Dice 0.1
Loading...
Searching...
No Matches
liarsdice::data_structures::TrieMap< T >::TrieNode Struct Reference

Public Member Functions

 TrieNode ()=default
 

Public Attributes

boost::optional< T > value
 
boost::container::flat_map< char, std::unique_ptr< TrieNode > > children
 

Constructor & Destructor Documentation

◆ TrieNode()

template<typename T >
liarsdice::data_structures::TrieMap< T >::TrieNode::TrieNode ( )
default

Member Data Documentation

◆ children

template<typename T >
boost::container::flat_map<char, std::unique_ptr<TrieNode> > liarsdice::data_structures::TrieMap< T >::TrieNode::children

◆ value

template<typename T >
boost::optional<T> liarsdice::data_structures::TrieMap< T >::TrieNode::value

The documentation for this struct was generated from the following file: