Provides bio::ranges::views::validate_char_for. More...
#include <ranges>#include <bio/alphabet/concept.hpp>#include <bio/meta/type_traits/basic.hpp>#include <bio/ranges/views/deep.hpp>
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. | |
Provides bio::ranges::views::validate_char_for.