HIBF 1.0.0-rc.1
All Classes Namespaces Files Functions Variables Typedefs Friends Macros Modules Pages Concepts
counting_vector.hpp File Reference

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>
+ Include dependency graph for counting_vector.hpp:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Provides seqan::hibf::counting_vector.

Author
Enrico Seiler <enrico.seiler AT fu-berlin.de>