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

Recursion anchor for pod_tuple. More...

#include <seqan3/core/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.
 

Detailed Description

template<typename type0>
struct seqan3::pod_tuple< type0 >

Recursion anchor for pod_tuple.

Template Parameters
type0The value's type (every tuple must contain at least one type).

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