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