SeqAn3
transform.hpp File Reference

Provides seqan3::view::transform. More...

#include <range/v3/view/transform.hpp>
#include <seqan3/core/platform.hpp>
Include dependency graph for transform.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::transform
 A range adaptor that takes a invocable and returns a view of the elements with the invocable applied. More...
 

Detailed Description

Provides seqan3::view::transform.

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