SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
|
Checks whether from
can be implicityly converted to to
.
More...
#include <seqan3/utility/concept.hpp>
Checks whether from
can be implicityly converted to to
.
The STL concept convertible_to
checks for implicit and explicit convertability.