$darkmode
|
SeqAn3 3.3.0-rc.2
The Modern C++ library for sequence analysis.
|
Provides seqan3::common_pair. More...
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.
Namespaces | |
| namespace | seqan3 |
| The main SeqAn3 namespace. | |
Typedefs | |
| template<typename t1 , typename t2 > | |
| using | seqan3::common_pair = seqan::std::pair< t1, t2 > |
| A std::pair implementation that incorporates most changes from C++23's standard library. | |
Provides seqan3::common_pair.