|
SeqAn3 3.4.0
The Modern C++ library for sequence analysis.
|
Provides seqan3::common_pair. More...
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::stl::pair<t1, t2> |
| A std::pair implementation that incorporates most changes from C++23's standard library. | |
Provides seqan3::common_pair.