On this page
std::indirectly_comparable
Defined in header <iterator> |
||
---|---|---|
|
(since C++20) |
The concept indirectly_comparable
specifies the fundamental algorithm requirement for comparing values across two independent ranges.
Semantic requirements
indirectly_comparable
is modeled only if all concepts it subsumes are modeled.
See also
(C++20)
|
specifies that a callable type, when invoked with the result of dereferencing two indirectly_readable types, satisfies predicate (concept) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/iterator/indirectly_comparable