SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::search< nbr_blocks > Struct Template Reference

Object storing information for a search (of a search scheme). More...

#include <seqan3/search/detail/search_scheme_precomputed.hpp>

Public Types

using blocks_length_type = std::array< size_t, nbr_blocks >
 Type for storing the length of blocks.
 

Public Member Functions

constexpr uint8_t blocks () const noexcept
 Returns the number of blocks.
 

Public Attributes

std::array< uint8_t, nbr_blocks > l
 Lower error bound for each block (accumulated values)
 
std::array< uint8_t, nbr_blocks > pi
 Order of blocks.
 
std::array< uint8_t, nbr_blocks > u
 Upper error bound for each block (accumulated values)
 

Detailed Description

template<uint8_t nbr_blocks>
struct seqan3::detail::search< nbr_blocks >

Object storing information for a search (of a search scheme).

Attention
Number of blocks have to be known at compile time.

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