std::indirectly_comparable - cppreference.com (original) (raw)

The concept indirectly_comparable specifies the fundamental algorithm requirement for comparing values across two independent ranges.

[edit] Semantic requirements

indirectly_comparable is modeled only if all concepts it subsumes are modeled.

[edit] See also