Namespaces
Variants
Views
Actions

Difference between revisions of "Template:cpp/container/dsc operator cmp"

From cppreference.com
m (+rev tags for non-members.)
m (rm `priority_queue` since it does not have these operators anyway.)
Line 6: Line 6:
 
|flat_set|flat_multiset|flat_map|flat_multimap={{dsc tfun|cpp/container/{{#var:cnt}}/operator_cmp|title=operator==<br>operator<=>|notes={{mark c++23}}|{{#var:text}}}}
 
|flat_set|flat_multiset|flat_map|flat_multimap={{dsc tfun|cpp/container/{{#var:cnt}}/operator_cmp|title=operator==<br>operator<=>|notes={{mark c++23}}|{{#var:text}}}}
 
|#default={{dsc tfun|cpp/container/{{#var:cnt}}/operator_cmp|title=operator==<br>operator!=<br>operator<<br>operator<=<br>operator><br>operator>=<br>operator<=>|notes={{#switch:{{#var:cnt}}
 
|#default={{dsc tfun|cpp/container/{{#var:cnt}}/operator_cmp|title=operator==<br>operator!=<br>operator<<br>operator<=<br>operator><br>operator>=<br>operator<=>|notes={{#switch:{{#var:cnt}}
|stack|queue|priority_queue=<br><br><br><br><br><br>{{mark c++20}}
+
|stack|queue=<br><br><br><br><br><br>{{mark c++20}}
 
|#default={{#var:since}}<br>{{#var:life}}{{#var:life}}{{#var:life}}{{#var:life}}{{#var:life}}{{mark c++20}}
 
|#default={{#var:since}}<br>{{#var:life}}{{#var:life}}{{#var:life}}{{#var:life}}{{#var:life}}{{mark c++20}}
 
}}|{{#var:text}}}}}}
 
}}|{{#var:text}}}}}}

Revision as of 21:04, 21 December 2023

|- class="t-dsc"

|
(removed in C++20)(removed in C++20)(removed in C++20)(removed in C++20)(removed in C++20)(C++20)

| lexicographically compares the values of two s
(function template) |-