Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/header/compare"

From cppreference.com
< cpp‎ | header
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

 
 
Standard library headers
 

This header is part of the general utility library.

Classes

Template:cpp/utility/compare/dsc weak equalityTemplate:cpp/utility/compare/dsc strong equality
the result type of 3-way comparison that supports all 6 operators, is not substitutable, and allows incomparable values
(class) [edit]
the result type of 3-way comparison that supports all 6 operators and is not substitutable
(class) [edit]
the result type of 3-way comparison that supports all 6 operators and is substitutable
(class) [edit]