Provides seqan3::common_tuple and seqan3::common_pair. More...
Include dependency graph for common_tuple.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
Typedefs | |
| using | seqan3::common_pair = ::ranges::common_pair |
| A common pair type that behaves like a regular std::pair, but can be used as a reference type proxy for output iterators. More... | |
| using | seqan3::common_tuple = ::ranges::common_tuple |
| A common tuple type that behaves like a regular std::tuple, but can be used as a reference type proxy for output iterators. More... | |
Provides seqan3::common_tuple and seqan3::common_pair.