tlx
BitArrayRecursive< Size, SizeIsAtmost64 > Class Template Reference

Internal implementation of BitArray; do not invoke directly. More...

#include <radix_heap.hpp>

Detailed Description

template<size_t Size, bool SizeIsAtmost64>
class tlx::radix_heap_detail::BitArrayRecursive< Size, SizeIsAtmost64 >

Internal implementation of BitArray; do not invoke directly.

Template Parameters
SizeNumber of bits the data structure is supposed to store
SizeIsAtmost64Switch between inner node implementation (false) and leaf implementation (true)

Definition at line 91 of file radix_heap.hpp.


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