SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
std::Common Interface Reference

The concept std::Common<T, U> specifies that two types T and U share a common type (as computed by std::common_type_t) to which both can be converted. More...

Detailed Description

The concept std::Common<T, U> specifies that two types T and U share a common type (as computed by std::common_type_t) to which both can be converted.

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

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