SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
seqan3::WeaklyOrderedWith Interface Reference

Requires the two operands to be comparable with == and != in both directions. More...

#include <seqan3/core/concept/core_language.hpp>

Detailed Description

Requires the two operands to be comparable with == and != in both directions.

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

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