SeqAn3 3.2.0
The Modern C++ library for sequence analysis.
to.hpp File Reference

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

#include <algorithm>
#include <ranges>
#include <seqan3/core/range/detail/adaptor_from_functor.hpp>
#include <seqan3/utility/concept.hpp>
+ 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.
 
namespace  seqan3::views
 The SeqAn namespace for views.
 

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

Detailed Description

Provides seqan3::ranges::to.

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