SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
take.hpp File Reference

Provides seqan3::views::take. More...

+ Include dependency graph for take.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::detail::view_take< urng_t, exactly, or_throw >::basic_iterator< const_range >
 The forward declared iterator type. More...
 
struct  seqan3::detail::take_fn< exactly, or_throw >
 View adaptor definition for views::take and views::take_or_throw. More...
 
class  seqan3::detail::view_take< urng_t, exactly, or_throw >
 The type returned by seqan3::views::take and seqan3::views::take_or_throw. More...
 

Namespaces

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

Variables

General purpose views
constexpr auto seqan3::views::take
 A view adaptor that returns the first size elements from the underlying range (or less if the underlying range is shorter). More...
 

Detailed Description

Provides seqan3::views::take.

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