SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
|
Whether a type behaves like a tuple with exactly two elements. More...
#include <seqan3/utility/tuple/concept.hpp>
Additional Inherited Members | |
Related Symbols inherited from tuple_like | |
size_t | tuple_size_v |
A unary type trait that holds the number of elements in the tuple. | |
tuple_elment_t | |
A transformation trait that holds the type of elements in the tuple. | |
auto && | get (type &&val) |
Return the i-th element of the tuple. | |
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
.