|
Liar's Dice 0.1
|
Public Member Functions | |
| TrieNode ()=default | |
Public Attributes | |
| boost::optional< T > | value |
| boost::container::flat_map< char, std::unique_ptr< TrieNode > > | children |
|
default |
| boost::container::flat_map<char, std::unique_ptr<TrieNode> > liarsdice::data_structures::TrieMap< T >::TrieNode::children |
| boost::optional<T> liarsdice::data_structures::TrieMap< T >::TrieNode::value |