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

Requires std::equality_comparable and all remaing comparison operators (<, <=, >, >=). More...

+ Inheritance diagram for totally_ordered_with:

Detailed Description

Requires std::equality_comparable and all remaing comparison operators (<, <=, >, >=).

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

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