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

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

Detailed Description

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

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

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