SeqAn3 3.2.0
The Modern C++ library for sequence analysis.
common_pair.hpp File Reference

Provides seqan3::common_pair. More...

#include <utility>
#include <seqan3/core/platform.hpp>
+ Include dependency graph for common_pair.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  seqan3::common_pair< T1, T2 >
 A std::pair implementation that incorporates most changes from C++23's standard library. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 

Functions

template<class T1 , class T2 >
 seqan3::common_pair (T1, T2) -> common_pair< T1, T2 >
 Class template argument deduction guide.
 

Detailed Description

Provides seqan3::common_pair.

Author
Enrico Seiler <enrico.seiler AT fu-berlin.de>