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.
Namespaces | |
| seqan3 | |
| The main 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... | |
Provides seqan3::views::as_const.