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

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

Detailed Description

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

Type for a lower boundary.

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

Friends And Related Function Documentation

◆ lower_bound()

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

Deduces the underlying lower boundary type.

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

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