VCCC  2024.05
VisualCamp Common C++ library
indirectly_comparable< I1, I2, Comp, Proj1, Proj2 > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__iterator/indirectly_comparable.hpp>

+ Inheritance diagram for indirectly_comparable< I1, I2, Comp, Proj1, Proj2 >:

Detailed Description

template<typename I1, typename I2, typename Comp, typename Proj1 = identity, typename Proj2 = identity>
struct vccc::indirectly_comparable< I1, I2, Comp, Proj1, Proj2 >

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

See also
std::indirectly_comparable
indirect_binary_predicate

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