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

Provides seqan3::detail::all. More...

#include <seqan3/contrib/std/all_view.hpp>
#include <seqan3/core/platform.hpp>
+ Include dependency graph for all_view.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::detail
 The internal SeqAn3 namespace.
 

Typedefs

using seqan3::detail::all = seqan::stl::views::all
 Returns a view that includes all elements of the range argument.
 
using seqan3::detail::all_t = seqan::stl::views::all_t
 Returns the type that results from appying seqan3::detail::all to a range.
 
using seqan3::detail::owning_view = seqan::stl::ranges::owning_view
 A move-only view that takes unique ownership of a range.
 

Detailed Description

Provides seqan3::detail::all.

Author
Enrico Seiler <enrico.seiler AT fu-berlin.de>
Hide me