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

Provides seqan3::tuple_pop_front. More...

+ Include dependency graph for pop_front.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.
 

Functions

template<tuple_like tuple_t>
constexpr auto seqan3::tuple_pop_front (tuple_t &&t)
 Removes the first element of a tuple. More...
 

Detailed Description

Provides seqan3::tuple_pop_front.

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