SeqAn3 3.3.0-rc.1
The Modern C++ library for sequence analysis.
 
Loading...
Searching...
No Matches
to.hpp File Reference

Provides seqan3::ranges::to. More...

+ Include dependency graph for to.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<typename container_t , typename... args_t>
constexpr auto seqan3::ranges::to (args_t &&... args)
 Converts a range to a container.
 
template<typename container_t , std::ranges::input_range rng_t, typename... args_t>
constexpr auto seqan3::ranges::to (rng_t &&rng, args_t &&... args)
 Converts a range to a container.This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 

Detailed Description

Provides seqan3::ranges::to.

Author
Simon Gene Gottlieb <simon.gottlieb AT fu-berlin.de>