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

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

+ Inheritance diagram for std::EqualityComparableWith:

Detailed Description

Requires std::detail::WeaklyEqualityComparableWitht<t1,t2>, but also that t1 and t2, as well as their common_reference_t satisfy std::EqualityComparable.

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

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