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

The same as std::weakly_equality_comparable_with<t,t>. More...

+ Inheritance diagram for equality_comparable:

Related Functions

(Note that these are not member functions.)

Requirements for std::equality_comparable

You can expect these functions on all types that implement std::Equality_comparable.

bool operator== (type const &lhs, type const &rhs)
 (In-)Equality comparison. More...
 
bool operator!= (type const &lhs, type const &rhs)
 (In-)Equality comparison. More...
 

Detailed Description

The same as std::weakly_equality_comparable_with<t,t>.

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

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