SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides seqan3::tuple_pop_front. More...
Go to the source code of this file.
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
Functions | |
template<tuple_like tuple_t> | |
constexpr auto | seqan3::tuple_pop_front (tuple_t &&t) |
Removes the first element of a tuple. | |
Provides seqan3::tuple_pop_front.