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

The concept StrictWeakOrder<R, T, U> specifies that the Relation R imposes a strict weak ordering on its arguments. More...

+ Inheritance diagram for std::StrictWeakOrder:

Detailed Description

The concept StrictWeakOrder<R, T, U> specifies that the Relation R imposes a strict weak ordering on its arguments.

See also
http://en.cppreference.com/w/cpp/concepts/Relation

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