SeqAn3
view_all.hpp File Reference

Provides seqan3::view::all. More...

#include <range/v3/view/all.hpp>
#include <seqan3/std/iterator>
Include dependency graph for view_all.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 seqan3::view
 The SeqAn3 namespace for views.
 

Variables

constexpr auto seqan3::view::all
 A view that safely wraps a container (you will likely not need to use this unless defining a new view). More...
 

Detailed Description

Provides seqan3::view::all.

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