SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
pair_like Interface Reference

Whether a type behaves like a tuple with exactly two elements. More...

#include <seqan3/utility/tuple/concept.hpp>

+ Inheritance diagram for pair_like:

Additional Inherited Members

Detailed Description

Whether a type behaves like a tuple with exactly two elements.

Types that meet this concept are for example std::tuple, std::pair, std::array, seqan3::pod_tuple, iff std::tuple_size equals 2.


The documentation for this interface was generated from the following file:
Hide me