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

Provides bio::ranges::views::char_strictly_to. More...

+ Include dependency graph for char_strictly_to.hpp:

Go to the source code of this file.

Namespaces

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

Typedefs

template<alphabet::alphabet alph_t>
using bio::ranges::views::char_conversion_view_t = decltype(std::string_view{}|bio::views::char_strictly_to< alph_t >)
 A shortcut for decltype(std::string_view{} | bio::views::char_strictly_to<alph_t>).
 

Variables

Alphabet related views
template<typename alphabet_type >
auto const bio::ranges::views::char_strictly_to
 A view over an alphabet, given a range of characters.
 

Detailed Description

Provides bio::ranges::views::char_strictly_to.

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