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

The concept std::common_with<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_with<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_with

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