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

Requires seqan3::detail::weakly_equality_comparable_witht<t1,t2>, but also that t1 and t2, as well as their common_reference_t satisfy std::equality_comparable. More...

+ Inheritance diagram for equality_comparable_with:

Detailed Description

Requires seqan3::detail::weakly_equality_comparable_witht<t1,t2>, but also that t1 and t2, as well as their common_reference_t satisfy std::equality_comparable.

Template Parameters
t1The first type to compare.
t2The second type to compare.
See also
https://en.cppreference.com/w/cpp/concepts/equality_comparable

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