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

Provides seqan3::views::as_const. More...

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

Go to the source code of this file.

Classes

struct  seqan3::detail::as_const_fn
 Function object for seqan3::views::as_const. More...
 

Namespaces

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

Variables

General purpose views
auto const seqan3::views::as_const
 A view that provides only const & to elements of the underlying range. More...
 

Detailed Description

Provides seqan3::views::as_const.

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