kblib 0.2.3
General utilities library for modern C++
|
Provides the trie data structure. More...
#include "tdecl.h"
#include "sort.h"
#include "traits.h"
#include <array>
#include <bitset>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | kblib |
The main namespace in which all entities from kblib are defined. | |
namespace | kblib::detail |
The namespace used for implementation details within kblib. | |
Typedefs | |
template<typename Container > | |
using | kblib::default_extractor_t = typename std::conditional< extractor_policy_for< Container >::value==extractor_policy::random_access, indexer_extractor< Container >, iterator_extractor< Container > >::type |
Enumerations | |
enum class | kblib::extractor_policy { kblib::forward_iteration , kblib::random_access } |
Provides the trie data structure.
Definition in file trie.h.