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