kblib 0.2.3
General utilities library for modern C++
kblib::trie_qmap< Key, Value, Extractor, offset_type, SequenceContainer > Class Template Reference

#include <kblib/trie.h>

Detailed Description

template<typename Key, typename Value, typename Extractor = default_extract<Key>, typename offset_type = std::ptrdiff_t, template< typename > typename SequenceContainer = std::vector>
class kblib::trie_qmap< Key, Value, Extractor, offset_type, SequenceContainer >

Definition at line 267 of file trie.h.


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