Type for a lower boundary. More...
#include <seqan3/core/algorithm/bound.hpp>
Inheritance diagram for seqan3::lower_bound< value_t >:Related Functions | |
(Note that these are not member functions.) | |
Deduction guides | |
| template<seqan3::arithmetic value_t> | |
| lower_bound (value_t) -> lower_bound< value_t > | |
| Deduces the underlying lower boundary type. More... | |
Type for a lower boundary.
| value_t | The underlying type of the lower bound; must model seqan3::arithmetic. |
|
related |
Deduces the underlying lower boundary type.
| value_t | The underlying type of the lower bound; must model seqan3::arithmetic. |