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

Checks whether from can be implicityly converted to to. More...

#include <seqan3/utility/concept.hpp>

Detailed Description

Checks whether from can be implicityly converted to to.

The STL concept convertible_to checks for implicit and explicit convertability.

This entity is not part of the SeqAn API. Do not rely on it in your applications.


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