Specialization of StaticSizedBitTrie on the lowest level, using only a bitmap. More...
#include <bit_trie.hpp>
Public Types | |
using | bitmap_t = uint64_t |
using | size_type = std::size_t |
Static Public Attributes | |
static constexpr int | branch_mask = (1 << Bits) - 1 |
Specialization of StaticSizedBitTrie on the lowest level, using only a bitmap.