SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
Checks whether from_t
can be converted through to_t
using their char representation.
More...
#include <seqan3/alphabet/detail/concept.hpp>
Checks whether from_t
can be converted through to_t
using their char representation.
from_t | The type to convert from. |
to_t | The type to convert to. |
Requires that both from_t
and to_t
are alphabets and additionally, that from_t
is default constructible.