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

Provides bio::ranges::views::validate_char_for. More...

+ Include dependency graph for validate_char_for.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.
 

Variables

Alphabet related views
template<alphabet::alphabet alphabet_type>
auto const bio::ranges::views::validate_char_for
 An identity view that throws if an encountered character is not valid for the given alphabet.
 

Detailed Description

Provides bio::ranges::views::validate_char_for.

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