GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::indirectly_comparable(3) C++ Standard Libary std::indirectly_comparable(3)

std::indirectly_comparable - std::indirectly_comparable


Defined in header <iterator>
template< class I1, class I2, class Comp,


class Proj1 = std::identity, class Proj2 = std::identity >
concept indirectly_comparable = (since C++20)


std::indirect_binary_predicate<Comp, std::projected<I1, Proj1>,
std::projected<I2, Proj2>>;


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.


specifies that a callable type, when invoked with the
indirect_binary_predicate result of dereferencing two indirectly_readable types,
(C++20) satisfies predicate
(concept)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.