A constexpr bitset implementation with dynamic size at compile time. More...
#include <bit>
#include <bio/meta/detail/int_types.hpp>
#include <bio/ranges/to.hpp>
#include <bio/ranges/views/interleave.hpp>
#include <bio/ranges/views/repeat_n.hpp>
Go to the source code of this file.
Classes | |
class | bio::ranges::dynamic_bitset< bit_capacity > |
A constexpr bitset implementation with dynamic size at compile time. More... | |
struct | std::hash< bio::ranges::dynamic_bitset< cap > > |
Struct for hashing a bio::ranges::dynamic_bitset . More... | |
Namespaces | |
namespace | bio |
The main BioC++ namespace. | |
namespace | bio::ranges |
The ranges module's namespace. | |
A constexpr bitset implementation with dynamic size at compile time.