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 (概念) |