Trie-based dictionary (associative array) that can use any type as a key
Convenient alias
Trie-based dictionary (associative array) that can use any type as a key. No hash functions are required.
Convenient function for dict creation.
See Source File
Boost License 1.0.
Timur Gafarov 2015-2021.
Timur Gafarov, Andrey Penechko, Roman Chistokhodov, ijet
Trie-based dictionary (associative array) that can use any type as a key