Difference between revisions of "cpp/header/compare"
From cppreference.com
m (~) |
m (+) |
||
Line 2: | Line 2: | ||
{{cpp/header/navbar}} | {{cpp/header/navbar}} | ||
− | + | This header is part of the [[cpp/utility|general utility]] library. | |
===Classes=== | ===Classes=== |
Revision as of 20:43, 24 November 2017
This header is part of the general utility library.
Classes
(C++20) |
the result type of 3-way comparison that supports all 6 operators, is not substitutable, and allows incomparable values (class) |
(C++20) |
the result type of 3-way comparison that supports all 6 operators and is not substitutable (class) |
(C++20) |
the result type of 3-way comparison that supports all 6 operators and is substitutable (class) |