SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::dynamic_bitset< bit_capacity >::bitfield Struct Reference

A bit field representing size and bit information stored in one uint64_t. More...

Public Attributes

uint64_t bits: 58u
 58 bits representing the bit information.
 
uint64_t size: 6u
 6 bits representing the size information.
 

Detailed Description

template<size_t bit_capacity = 58>
struct seqan3::dynamic_bitset< bit_capacity >::bitfield

A bit field representing size and bit information stored in one uint64_t.


The documentation for this struct was generated from the following file:
Hide me