 |
SeqAn3
3.0.2
The Modern C++ library for sequence analysis.
|
|
Go to the documentation of this file.
30 type_name +
" would incur information loss. If you want implicit conversion, use "
31 "seqan3::assign_char instead of seqan3::assign_char_strict."}
40 template <std::convertible_to<
char>
char_t>
Provides pretty printing for chars.
invalid_char_assignment(std::string const &type_name, std::string const &wrong_char)
Constructor that takes the type name and the failed character as arguments.
Definition: exception.hpp:28
An exception typically thrown by seqan3::alphabet::assign_char_strict.
Definition: exception.hpp:26
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:29
SeqAn specific customisations in the standard namespace.
invalid_char_assignment(std::string const &type_name, char_t const wrong_char)
This is an overloaded member function, provided for convenience. It differs from the above function o...
Definition: exception.hpp:41
invalid_char_assignment(std::string const &type_name, char const wrong_char)
This is an overloaded member function, provided for convenience. It differs from the above function o...
Definition: exception.hpp:35