SeqAn3 3.4.0-rc.3
The Modern C++ library for sequence analysis.
|
Recursion anchor for seqan3::pod_tuple. More...
#include <seqan3/utility/tuple/pod_tuple.hpp>
Public Member Functions | |
Comparison operators | |
Lexicographically compares the values in the tuple. | |
constexpr bool | operator== (pod_tuple const &rhs) const noexcept |
Checks whether *this is equal to rhs . | |
constexpr bool | operator!= (pod_tuple const &rhs) const noexcept |
Checks whether *this is not equal to rhs . | |
constexpr bool | operator< (pod_tuple const &rhs) const noexcept |
Checks whether *this is less than rhs . | |
constexpr bool | operator> (pod_tuple const &rhs) const noexcept |
Checks whether *this is greater than rhs . | |
constexpr bool | operator<= (pod_tuple const &rhs) const noexcept |
Checks whether *this is less than or equal to rhs . | |
constexpr bool | operator>= (pod_tuple const &rhs) const noexcept |
Checks whether *this is greater than or equal to rhs . | |
Recursion anchor for seqan3::pod_tuple.
type0 | The value's type (every tuple must contain at least one type). |