SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
concept.hpp File Reference

Provides the concepts for seqan3::fm_index and seqan3::bi_fm_index and its traits and cursors. More...

#include <type_traits>
#include <sdsl/suffix_arrays.hpp>
#include <seqan3/core/type_traits/range.hpp>
#include <seqan3/range/concept.hpp>
#include <seqan3/range/container/concept.hpp>
+ Include dependency graph for concept.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Enumerations

enum  seqan3::text_layout : bool { seqan3::single, seqan3::collection }
 The possible text layouts (single, collection) the seqan3::fm_index and seqan3::bi_fm_index can support. More...
 

Detailed Description

Provides the concepts for seqan3::fm_index and seqan3::bi_fm_index and its traits and cursors.

Author
Christopher Pockrandt <christopher.pockrandt AT fu-berlin.de>