SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
convertible_to Interface Reference

The concept std::convertible_to<From, To> specifies that an expression of the type and value category specified by From can be implicitly and explicitly converted to the type To, and the two forms of conversion are equivalent. More...

+ Inheritance diagram for convertible_to:

Detailed Description

The concept std::convertible_to<From, To> specifies that an expression of the type and value category specified by From can be implicitly and explicitly converted to the type To, and the two forms of conversion are equivalent.

See also
https://en.cppreference.com/w/cpp/concepts/convertible_to

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