SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
convertable_to_through_char_representation Interface Reference

Checks whether from_t can be converted through to_t using their char representation. More...

#include <seqan3/alphabet/detail/concept.hpp>

Detailed Description

Checks whether from_t can be converted through to_t using their char representation.

Template Parameters
from_tThe type to convert from.
to_tThe type to convert to.

Requires that both from_t and to_t are alphabets and additionally, that from_t is default constructible.


The documentation for this interface was generated from the following file:
Hide me