BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
bio::alphabet::invalid_char_assignment Struct Reference

An exception typically thrown by bio::alphabet::assign_char_strict. More...

#include <bio/alphabet/exception.hpp>

+ Inheritance diagram for bio::alphabet::invalid_char_assignment:

Public Member Functions

 invalid_char_assignment (std::string const &type_name, char const wrong_char)
 Constructor that takes the type name and the failed character as arguments.
 
 invalid_char_assignment (std::string const &type_name, std::convertible_to< char > auto const wrong_char)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
what (T... args)
 

Detailed Description

An exception typically thrown by bio::alphabet::assign_char_strict.


The documentation for this struct was generated from the following file: