SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
bound.hpp File Reference

Provides seqan3::lower_bound and seqan3::upper_bound. More...

+ Include dependency graph for bound.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  seqan3::lower_bound< value_t >
 Type for a lower boundary. More...
 
struct  seqan3::upper_bound< value_t >
 Type for an upper boundary. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Provides seqan3::lower_bound and seqan3::upper_bound.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>