SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
common_tuple.hpp File Reference

Provides seqan3::common_tuple and seqan3::common_pair. More...

#include <range/v3/utility/common_tuple.hpp>
#include <seqan3/core/platform.hpp>
+ 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...
 

Detailed Description

Provides seqan3::common_tuple and seqan3::common_pair.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>