HIBF 1.0.0-rc.1
|
Provides seqan::hibf::counting_vector. More...
#include <algorithm>
#include <bit>
#include <cassert>
#include <climits>
#include <concepts>
#include <cstdint>
#include <cstring>
#include <functional>
#include <type_traits>
#include <vector>
#include <hibf/contrib/aligned_allocator.hpp>
#include <hibf/misc/bit_vector.hpp>
#include <hibf/misc/divide_and_ceil.hpp>
#include <hibf/misc/next_multiple_of_64.hpp>
#include <hibf/platform.hpp>
Go to the source code of this file.
Classes | |
class | seqan::hibf::counting_vector< value_t > |
A data structure that behaves like a std::vector and can be used to consolidate the results of multiple calls to seqan::hibf::interleaved_bloom_filter::membership_agent_type::bulk_contains. More... | |
Provides seqan::hibf::counting_vector.