 |
SeqAn3
3.0.1
The Modern C++ library for sequence analysis.
|
|
Go to the documentation of this file.
63 constexpr
shape() noexcept =
default;
64 constexpr
shape(
shape const &) noexcept =
default;
68 ~shape() noexcept =
default;
105 assert(
front() == 1);
116 constexpr
shape operator""_shape(
unsigned long long const value)
constexpr shape(bin_literal const literal) noexcept
Construct from a given seqan3::bin_literal.
Definition: shape.hpp:103
A class that defines what positions of a pattern to hash.
Definition: shape.hpp:57
A constexpr bitset implementation with dynamic size at compile time.
Definition: dynamic_bitset.hpp:49
A strong type of underlying type uint8_t that represents the ungapped shape size.
Definition: shape.hpp:24
A strong type of underlying type uint64_t that represents the shape in binary representation.
Definition: shape.hpp:33
uint8_t value
The ungapped shape size.
Definition: shape.hpp:27
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:36
constexpr shape() noexcept=default
Defaulted.
constexpr shape(ungapped k) noexcept
Construct an ungapped shape from a given size.
Definition: shape.hpp:84
constexpr reference front() noexcept
Returns the first element.
Definition: dynamic_bitset.hpp:1047
constexpr shape & operator=(shape const &) noexcept=default
Defaulted.
constexpr reference back() noexcept
Returns the last element.
Definition: dynamic_bitset.hpp:1075
uint64_t value
The shape in binary representation.
Definition: shape.hpp:36
~shape() noexcept=default
Defaulted.
A constexpr bitset implementation with dynamic size at compile time.