SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
|
Struct for hashing a seqan3::dynamic_bitset
.
More...
#include <seqan3/utility/container/dynamic_bitset.hpp>
Public Member Functions | |
size_t | operator() (seqan3::dynamic_bitset< cap > const arg) const noexcept |
Compute the hash for a seqan3::dynamic_bitset . | |
Struct for hashing a seqan3::dynamic_bitset
.
cap | Capacity of the seqan3::dynamic_bitset . |
|
inlinenoexcept |
Compute the hash for a seqan3::dynamic_bitset
.
[in] | arg | The seqan3::dynamic_bitset to process. |
size_t
.