SeqAn3 3.3.0-rc.1
The Modern C++ library for sequence analysis.
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.

Classes

struct  seqan3::detail::to_fn< container_t >
 Function object to convert a std::ranges::input_range to a fully defined container. More...
 
struct  seqan3::detail::to_template_template_fn< container_t >
 Similar to to_fn, but accepts a template-template as argument, e.g.: to_fn<vector> instead of to_fn<vector<int>>. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 

Functions

template<typename container_t , typename... args_t>
constexpr auto seqan3::ranges::to (args_t &&... args)
 Converts a range to a container. More...
 
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>