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

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

+ Inheritance diagram for std::StrictTotallyOrderedWith:

Detailed Description

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

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

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