logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::indirectly_comparable - [alg.req.ind.cmp], concept indirectly_comparable

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                   std::indirectly_comparable(3cxx)

Concept Definition

       template<typename _I1, typename _I2, typename _Rel, typename _P1 identity, typename _P2 identity>
       concept std::indirectly_comparable =  indirect_binary_predicate<_Rel, projected<_I1, _P1>,
                                         projected<_I2, _P2>>

Detailed Description

       [alg.req.ind.cmp], concept indirectly_comparable

Name

       std::indirectly_comparable - [alg.req.ind.cmp], concept indirectly_comparable

Synopsis

       #include <iterator>

See Also