std::indirectly_comparable
来自 cppreference.com
在头文件 <iterator> 中定义 |
||
template< class I1, class I2, class Comp, class Proj1 = std::identity, class Proj2 = std::identity > |
(自 C++20 起) | |
indirectly_comparable
概念指定了跨两个独立范围比较值的根本算法要求。
[编辑] 语义要求
只有当它包含的所有概念都被建模时,才会建模 indirectly_comparable
。
[编辑] 另请参见
(C++20) |
指定一个可调用类型,当它使用两个 indirectly_readable 类型的解引用结果进行调用时,满足 predicate (概念) |