BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
deep.hpp File Reference

Provides bio::views::deep. More...

#include <ranges>
#include <bio/ranges/views/detail.hpp>
+ Include dependency graph for deep.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bio::ranges::views::deep< underlying_adaptor_t >
 A wrapper type around an existing view adaptor that enables "deep view" behaviour for that view. More...
 

Namespaces

namespace  bio
 The main BioC++ namespace.
 
namespace  bio::ranges
 The ranges module's namespace.
 
namespace  bio::ranges::views
 The BioC++ namespace for views.
 

Detailed Description

Provides bio::views::deep.

Author
Hannes Hauswedell <hannes.hauswedell AT decode.is>