SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
weakly_ordered_with Interface Reference

Requires the two operands to be comparable with <, <=, > and >= in both directions. More...

#include <seqan3/alphabet/detail/concept.hpp>

Detailed Descriptionno-api

Requires the two operands to be comparable with <, <=, > and >= in both directions.

Template Parameters
t1The first type to compare.
t2The second type to compare.

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