SeqAn3
std::StrictTotallyOrderedWith Interface Reference

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

Inheritance diagram for std::StrictTotallyOrderedWith:
[legend]

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: