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

Provides seqan3::views::to. More...

#include <seqan3/std/ranges>
#include <range/v3/range/conversion.hpp>
#include <seqan3/core/range/detail/adaptor_from_functor.hpp>
#include <seqan3/core/platform.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.

Classes

struct  seqan3::detail::to_fn< T >
 
struct  seqan3::detail::to_template_template_fn< U >
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 
namespace  seqan3::views
 The SeqAn namespace for views.
 

Functions

template<typename T >
constexpr auto seqan3::views::to ()
 A to view. More...
 

Detailed Description

Provides seqan3::views::to.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>