SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
seqan3::upper_bound< value_t > Struct Template Reference

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...
 

Detailed Description

template<seqan3::arithmetic value_t>
struct seqan3::upper_bound< value_t >

Type for an upper boundary.

Template Parameters
value_tThe underlying type of the upper bound; must model seqan3::arithmetic.

Friends And Related Function Documentation

◆ upper_bound()

template<seqan3::arithmetic value_t>
upper_bound ( value_t  ) -> upper_bound< value_t >
related

Deduces the underlying upper boundary type.

Template Parameters
value_tThe underlying type of the upper bound; must model seqan3::arithmetic.

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