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.
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. | |
Provides seqan3::common_pair.